Official Repo of CyberLabs Website frontend.
- Node.js
- NPM
- Yarn
- Install Node.js/NPM from: https://nodejs.org/en/
- Install Yarn: Run
sudo npm i -g yarn
in linux ornpm i -g yarn
in windows.
cd
in the cloned directory and install the dependencies using this command
yarn install
yarn start
yarn test
yarn build