This is a GIS Stripe incubated project
- Ensure nodejs v22+ is installed. E.g, use nvm
- Ensure yarn is installed. E.g, use
npm install -g yarn - Ensure docker is installed. E.g, use
docker --version. If not installed, follow the instructions here. - Clone the project.
- Run
yarn installto install dependencies. - Edit the
.envfile to set the environment variables. You can copy the.env.examplefile and rename it to.env. Then set the values of the variables. Ask @stephane-segning for secret keys. - Run
yarn devto start the project. - Open your browser and navigate to
http://localhost:3000to see the project. - Run
yarn buildto build the project.