- Dependencies include: nodejs and npm.
- Run
npm install
after cloning the repo. - Run
npm run start
to start the test server.
Website Preview : website
- Clone the repo.
- Run
npm install
to get all dependencies inside the cloned repo. - Edit the REACT_APP_FORUM_LINK and REACT_APP_API_URL variables in
.env
file. They are set to development defaults. - Build with
yarn build
command. - The static files are generated in
build/
folder. Copy the files wherever you need to use them.