Puppy Generator!
A downloadable generator
Status | Released |
Category | Assets |
Author | Hunter Trautz |
Tags | PROCJAM |
Download
Download
Puppy Generator Procjam2019.zip 78 kB
Install instructions
procjam2019: Puppy Generator!
Contributors
Hunter Trautz and Gabriel Aponte
Installation Requirements
Steps to run
- In the terminal, navigate to the project directory.
- Run 'npm install' to install project dependencies/node modules.
- Run 'npm start'.
- Open "http://localhost:8000/" in your preferred web browser.
Resources Used in Development
- Express.js as a framework for our website
- Improv generative grammar to create the different variations of our SVGs
- Adobe Illustrator to design the base SVGs
- Referenced the Procjam tutorial for using Improv to generate text
- Improv Documentation