Skip to content

Cyber-Labs/cyberlabs-website-frontend

Repository files navigation

Official Repo of CyberLabs Website frontend.

Prerequisites:

Codacy Badge

  1. Node.js
  2. NPM
  3. Yarn
  • Install Node.js/NPM from: https://nodejs.org/en/
  • Install Yarn: Run sudo npm i -g yarn in linux or npm i -g yarn in windows.

Install the dependencies:

cd in the cloned directory and install the dependencies using this command

yarn install

Run in development mode:

yarn start

Run tests:

yarn test

Production:

yarn build