A tiny UI for daily weather forcasts
TODO
- Copy the environment files and change the token values
cp .env.dist .env
- Install netlify-cli globally
npm install netlify-cli -g
netlify login
- Install the project
npm install
This will start serverless functions inside /functions
using netlify and start a parcel development server
npm run dev