geo-web-cadastre
v0.1.0
Published
## Getting Started
Downloads
1
Readme
Geo Web Cadastre
Getting Started
Create an account on mapbox. Once you have an account, create a token on mapbox. Create a .env file in the Cadastre folder with this line of code and your new token from mapbox:
NEXT_PUBLIC_REACT_APP_MAPBOX_TOKEN={{your_mapbox_token}}
Install Node Version 16 if you don't have it. If you have a Mac, you can use this command
brew install node@16
Otherwise download from node
For the first time setup, run yarn to download all your dependencies
yarn
To run locally
yarn dev