npm install
yarn start
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