SimplQ is a completely web based queue management solution that anyone can use to create instant virtual queues.
These steps are to be followed when you are running the project for the first time.
- Install Node 12.x following instructions here.
- Clone this project
- Change to
simplq
folder, install dependencies:
cd simplq
npm install
In the simplq
folder, simply run:
npm start
We use Storybook.js for prototyping components, to start, run:
npm run storybook
Feel free to fork and improve, and do send a pull request. Look for issues labelled with , PRs on these will be merged on priority.
There are a ton of features being planned. So if you are considering contributing to this repository, please first discuss the change you wish to make via the issue tracker.
This readme file details the file structure and tools used. Please go through it first. The frontend is being revamped heavily right now and the changes are being tested in this branch. We are following this approach and implementing this new design. You can see the WIP new frontend live here.
Implementation Roadmap: SimplQ#207