- Fork or clone the code repository with Git
- Standard
npm install
command - Create a content file, see:
sampleReducer.js
- Pull data with
/src/store/reducers/myReducer.js
- Preview locally with the
npm start
command - Adjust the content in your reducer file
- Add images to the
public/img/
folder - Turn on GitHub pages on the GitHub repo you forked or created
- Publish with the
npm run deploy
command