You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Build Setup
# 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