Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 478 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 478 Bytes

Knoxville DevBeers

https://devbeers.com

The official site of the Knoxville DevBeers Meetup.

Prerequisites:

  1. A recent-ish Node installation
  2. A recent-ish npm installation

Development

  1. git clone this repo
  2. within the project directory, install dependencies with npm install
  3. start a dev server with npm run watch

Deployment

  1. build assets with npm run build
  2. copy the resulting dist directory to your static site host of choice