Made with presskit.html
- Clone/download repository files
- Run command:
npm install -g presskit
- Navigate to root folder of project
- Delete
build
folder (if it exists) to remove old files and images - Run command:
presskit build
- Command to do the previous two steps in one go:
rmdir -r build; presskit build
- Open
build/index.html
file in your preferred web browser