Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 939 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 939 Bytes

NFL Bucketlist

Documenting our attempt to visit every NFL stadium.

Notes

Setup

To serve the site locally:

cd src
npx serve

You can optionally specifying a port by passing in a -p flag, such as:

npx serve -p 3030

Or using Vercel

vercel dev