This is the official repository of the frontend of Trouver une Fresque.
To setup the project, run the following command:
yarn install(Repeat for npm, pnpm, and bun with respective commands.)
To start the development server with hot-reload, run the following command:
yarn devThe server will be accessible at http://localhost:3001:
The app is automatically built for production using github actions. The built files are then deployed to remote server. The CI/CD pipeline is configured in the .github/workflows directory and currently runs when a push is made to the main branch.