Skip to content

A CMS developed in ReactJS using NodeJS as backend for the Comet Emulator.

Notifications You must be signed in to change notification settings

endritprenku/Hylib

 
 

Repository files navigation

Hylib

CMS made for Comet Emulator using what ReactJS has to offer.

Requisites

How to install

Open you bash and use npm install or yarn install to install the packages

npm install --force

Install packages and run the backend server

How to configure CMS

Rename public/configuration.json.example to public/configuration.json and edit:

  • "apiUrl"
  • "hotel.url"
  • "hotel.name"
  • "clients" put the url of your client php

Development

To make changes, launch it with developer mode to apply changes after saving.

npm start

Compile

To build the production CMS just run the command

npm run build

A folder will be generated "build" will be created and you will have to upload it to your web server.

Contributing

All pull requests are welcome for the best performance and design of cms.

Please test before submitting the request.

How get SSO in client?

Well, there are two ways. Javascript:

new URLSearchParams(window.location.search).get("sso")

PHP:

$sso = isset($_GET['sso']) ? $_GET['sso'] : null;

Demo

Visit Lella

Developers

  • Laxus
  • Ron

Designs

  • Wake
  • Dut

About

A CMS developed in ReactJS using NodeJS as backend for the Comet Emulator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • CSS 24.8%
  • Other 1.0%