A change-of-address announcement that allowed me to experiment with:
- Mapbox GL JS
- keyframe animations
- in pure CSS
- and with react-keyframes
- await/async
- Cypress tests
In order to hack on this you will need a Mapbox access token
git clone https://github.com/anandaroop/moved.git
cd moved
Such as the Mapbox access token you obtained in Step 0.
cp src/config.example.js src/config.js
# replace settings as necessary
yarn install # or npm install
yarn start
open http://localhost:3000/
yarn run cypress open
# then click on simple_spec.js
yarn run storybook
open http://localhost:9009/
Storybook is probably the easiest place to develop