All Projects → Cyber-Labs → cyberlabs-website-frontend

Cyber-Labs / cyberlabs-website-frontend

Licence: MIT license
Official website of Cyber Labs

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
shell
77523 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].