- select a region/area from the map by dragging.
- click on
Export
button to download a.png
file. - upload that image and click on
upload
- done
git clone https://github.com/builtbysuraj/react-babylonjs-mern.git
cd react-babylonjs-mern
For running only client and use the application (make sure to create a ".env" file and store your Mapbox access token)
cd client && npm i
npm run dev
cd server && npm i
npx nodemon