8000 GitHub - hackadeck/docs.hackerone.com at bookmarking
[go: up one dir, main page]

Skip to content

hackadeck/docs.hackerone.com

 
 

Repository files navigation

Build Status

docs.hackerone.com

This repo contains the source code and documentation powering docs.hackerone.com.

Getting started

Prerequisites

  1. Git
  2. Node: install version 8.4 or greater
  3. Yarn: See Yarn website for installation instructions
  4. A fork of the repo (for any contributions)
  5. A clone of the docs.hackerone.com repo on your local machine

Installation

  1. cd docs.hackerone.com to go into the project root
  2. yarn to install the website's npm dependencies

Running locally

  1. gatsby develop to start the hot-reloading development server (powered by Gatsby)
  2. open http://localhost:8000 to open the site in your favorite browser

Deploy