If you want to work on feature development or bug fixes, or just want to test out the project, please follow the steps below:
- Clone the project or Fork and clone the project as needed
- Run
npm i
(or equivalent) inside of the project to install all deps - Copy
.env.sample
to.env
and edit the file as needed
- Use
npm run dev
(or equivalent) to start the application with a development server.