In-depth documentation on Rouge Ticket is available at docs.rouge.network.
Once you've cloned the project to your local machine, navigate to the project directory and install the dependencies:
npm install
After the dependencies have been installed, you should copy the rougeticket.config.example.js
file to rougeticket.config.js
and update the values to match your environment.
cp rougeticket.config.example.js rougeticket.config.js
You will also need to copy the .env.example
file to .env
and update the values to match your environment.
cp .env.example .env
Finally, you can start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open