- Fork or clone the code repository with Git
- Standard
npm installcommand - Create a content file, see:
sampleReducer.js - Pull data with
/src/store/reducers/myReducer.js - Preview locally with the
npm startcommand - 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 deploycommand