This is the official repository for Queue.
Make sure you have Node.js (version 18) installed. Then, clone the repository:
Install the dependencies:
npm install
Note: use node v20
You can start the server by running the following command:
npm start
For development, you can use the following command, which automatically restarts the server when changes are made to the files:
npm run dev
MIT