Frontend for Inforum
Node 16.xx.xx LTS, Yarn, Cloudinary Account
- Make sure there is a .env file in the root. Copy Variables from
.demo.envinto new.envand fill accordingly. - After setting up
.envfile, install all Deps usingyarn install - Now the project Development server can be run by
yarn dev
# install dependencies
yarn install
# serve with hot reload at localhost:3000
yarn dev
# build for production and launch server
yarn build
yarn start
# generate static project
yarn generateFor detailed explanation on how things work, check out the documentation.