This project was bootstrapped with Create React App and wrapped with CRACO.
- Install Node
- Install NVM (optional).
- If NVM installed,
nvm use
- Else, upgrade to latest LTS version. (atleast v.16.17.0)
- If NVM installed,
- Install dependencies using
yarn
ornpm i
- create
.env
file in the proect root. A copy of.env.example
with your own Cesium keys. yarn start
to start the project.
yarn build
- The webpacked version is available inside
build/
and is ready for hosting.