Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 272 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 272 Bytes

Purify Foundation website hosted on Github

Running locally for development purposes:

npm i
npm run watch

Deploying (updating public website):

npm run deploy

This command builds production version in dist folder and pushes it to gh-pages branch.