NOTE: As the backend is hosted using Render free tier, it will go in sleep mode after 15 minutes if inactive, which will take about 20-30 seconds to wake up. Please ignore initial loading time.
# install dependencies
$ npm install
# edit api url in utils/config.js with either https://simplifeed.onrender.com or http://localhost:8000
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate