CMS made for Comet Emulator using what ReactJS has to offer.
- Git
- NodeJS >= 16.x
- If using NodeJS < 18 remove
--openssl-legacy-provider
from the package.json in the scripts part
- If using NodeJS < 18 remove
- Backend Server for Hylib
Open you bash and use npm install or yarn install to install the packages
npm install --force
Rename public/configuration.json.example
to public/configuration.json
and edit:
- "apiUrl"
- "hotel.url"
- "hotel.name"
- "clients" put the url of your client php
To make changes, launch it with developer mode to apply changes after saving.
npm start
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.
All pull requests are welcome for the best performance and design of cms.
Please test before submitting the request.
Well, there are two ways. Javascript:
new URLSearchParams(window.location.search).get("sso")
PHP:
$sso = isset($_GET['sso']) ? $_GET['sso'] : null;
- Laxus
- Ron
- Wake
- Dut