Giter VIP home page Giter VIP logo

hylib's Introduction

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

hylib's People

Contributors

lucasbarbosaz avatar rondleysg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.