devilsec / website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevilSec Website

Note: The website is currently under active development as it is being fully redesigned.

This repository contains the main DevilSec website.

Development

Repository Setup

  • git clone https://github.com/devilsec/website.git/git clone git@github.com:devilsec/website.git
  • cd website
  • npm install

Running

Linting

  • Lint JS: npm run lint-js
  • Lint CSS/SCSS: npm run lint-css
  • Lint all code files: npm run lint

To apply the linting configuration and fix the file formatting:

  • 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

Building

  • npm run build
  • Visit the generated site in the dist/ directory.

About


Languages

Language:HTML 65.1%Language:JavaScript 17.0%Language:SCSS 11.6%Language:Python 6.3%