Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 510 Bytes

demo

How to make changes to this (if you are new to coding)

Requirements

Setup

  • git clone git@github.com:MrBlenny/animal-generator.git
  • cd ./animal-generator
  • npm install
  • npm run dev
  • Navigate to http://localhost:3000/
  • Open up the project in vs code and fiddle away