Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 245 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 245 Bytes

Great Gobbler 5K

This is the source code for greatgobbler.com.

Develop

$ npm ci # pull down packages
$ npm start # start development server

To test the production build locally:

$ npm run build
$ npm run serve