TheLaxus / Hylib

A CMS developed in ReactJS using NodeJS as backend for the Comet Emulator. Join the community on Discord!

Home Page:https://discord.gg/QKQqH4bKpJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Join the community on Discord!

https://discord.gg/QKQqH4bKpJ


Languages

Language:JavaScript 82.7%Language:CSS 16.6%Language:HTML 0.7%Language:PHP 0.0%