SimplQ is a completely web based queue management solution that anyone can use to create instant virtual queues. Check us out on ProductHunt to know more and do upvote!
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 storybook and view existing components, 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. This is the design we've implemented and here, the assets (icons, images) we're using are available for download. The website is live here.
Implementation Roadmap: SimplQ#207
Changes to master are automatically deployed to dev.simplq.me/. Periodically, we inspect dev and promote it to simplq.me.