Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 957 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 957 Bytes

Rouge Ticket app

Version

In-depth documentation on Rouge Ticket is available at docs.rouge.network.

Developing

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