Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 461 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 461 Bytes

Getting Started

Netlify Status

This section describes how you can get our documentation portal up and running on your machine.

yarn install
npm start

Build the website

yarn build

Deploy

USE_SSH=true yarn deploy

or by using

GIT_USER=<Your GitHub username>  yarn deploy