A map showing concerts in an area. Concerts are fetched from Songkick, the map is made with Mapbox GL.
$ nvm use 14 // Make sure this runs with Node 14. If you don't have nvm, make sure 'node -v' echoes '14.x'
$ vercel dev
$ npm run dev
You might need to run
vercel login
if your token is expired.
Commits on master are automatically deployed with Vercel.