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 install
to install dependencies. - Edit the
.env
file to set the environment variables. You can copy the.env.example
file and rename it to.env
. Then set the values of the variables. Ask @stephane-segning for secret keys. - Run
yarn dev
to start the project. - Open your browser and navigate to
http://localhost:3000
to see the project. - Run
yarn build
to build the project.