Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 406 Bytes

File metadata and controls

18 lines (10 loc) · 406 Bytes

Prod

https://snoking-to-benchapp-csv.github.io/

Getting started

  1. Have node installed
  2. npm i

Local WebDev

  1. npm start

Comitting Changes

We use GitHub workflows to compile the React app. The compiled React app is then commit to the gh-pages branch, which is where the page is served from.

tl;dr Make changes, commit. CI handles the CD