The official site of the Knoxville DevBeers Meetup.
- A recent-ish Node installation
- A recent-ish
npm
installation
git clone
this repo- within the project directory, install dependencies with
npm install
- start a dev server with
npm run watch
- build assets with
npm run build
- copy the resulting
dist
directory to your static site host of choice