Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 425 Bytes

File metadata and controls

18 lines (13 loc) · 425 Bytes

FormulaCode Website

FormulaCode's website is based on the starter template from The Pudding.

Development

# install npm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install --lts
nvm use --lts

# Run the test server:
npm run dev

# Pull the latest text changes in the google doc:
npm run gdoc