/secfirst.org

Security First Website

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Security First Website

This is the repository of Security First website. The current online version of this portal can be found at https://secfirst.org.

Compiling a local version of the website

  1. Install Hugo.

  2. Clone the secfirst.org website:

    $ git clone https://github.com/securityfirst/secfirst.org.git
    
  3. Enter the secfirst.org directory and start the Hugo server:

    cd secfirst.org
    hugo server -D
    

    You should be able to access your local instance at http://localhost:1313/.