The official site of the Knoxville DevBeers Meetup.
- A recent-ish Node installation
- A recent-ish
npminstallation
git clonethis 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
distdirectory to your static site host of choice