Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 364 Bytes

File metadata and controls

22 lines (19 loc) · 364 Bytes

splash

To develop

npm install
yarn start

To publish

Ensure the following renders/works correctly in your browser. Pro tip, run the below commands and simply CTRL + V in your browser to view pre-published site.

yarn build
yarn global add serve
serve -s docs

Next, git commit.

git add .
git commit -m 'My Awesome Commit'
git push