FestPlan_WebApp is a generic React web application to manage volunteers for every types of festival.
Note that for each command present in this file, you have to be in the top directory of the project.
To be done in the following order:
- If node is not installed run
make node
- Run
make dependencies
to install the dependencies - Set the url of the API in
src/config/api.config.js
To launch the application in the development mode you just have to run the following command: make run
To build the application you just have to run the following command: make build
To test the application you just have to run the following command: make test