Skip to content

OptimaDTU/optima_frontend

Repository files navigation

Optima Frontend Written in React

Local build:

  1. Dependencies include: nodejs and npm.
  2. Run npm install after cloning the repo.
  3. Run npm run start to start the test server.

Website Preview : website

Deploying guide

  1. Clone the repo.
  2. Run npm install to get all dependencies inside the cloned repo.
  3. Edit the REACT_APP_FORUM_LINK and REACT_APP_API_URL variables in .env file. They are set to development defaults.
  4. Build with yarn build command.
  5. The static files are generated in build/ folder. Copy the files wherever you need to use them.