Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 336 Bytes

FrogFarts

Fart into the skies.

Developing

  1. Run npm install
  2. Run npm run develop
  3. Open browser and navigate to given URL.
  4. Webpack dev server will auto reload modules for you. When in doubt, refresh the page.

Building

  1. Run npm install
  2. Run npm run build
  3. Serve the contents of /dist however you please.