Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 173 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 173 Bytes

Installation

npm install

Spin Up the Dev Server

npm start

Build the Website

npm run build

Deploy the Website

npm install -g gh-pages npm run deploy