Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 236 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 236 Bytes

template-gallery-prototype

To test locally

cd pages-build
npm start

To build

cd pages-build
npm run build

To publish to gh-pages ( beware this does a git commit and git push )

cd pages-build
npm run deploy