Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 508 Bytes

File metadata and controls

28 lines (17 loc) · 508 Bytes

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

or

$ npm install

Local Development

$ yarn start

or

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

Auto-deployment to Github Page after main branch is updated