Note: The website is currently under active development as it is being fully redesigned.
This repository contains the main DevilSec website.
git clone https://github.com/devilsec/website.git
/git clone [email protected]:devilsec/website.git
cd website
npm install
npm run watch
/npm run start
- Vist the generated site at http://localhost:8080/.
- Lint JS:
npm run lint-js
- Lint CSS/SCSS:
npm run lint-css
- Lint all code files:
npm run lint
- Apply JS linting:
npm run fix-js
- Apply CSS/SCSS linting:
npm run fix-css
- Apply linting for all code files:
npm run lint-fix
npm run build
- Visit the generated site in the
dist/
directory.