Skip to content

purify-ai/purify-ai.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.