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