Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 356 Bytes

hexcaliber.dev

The Hexcaliber Games website.

Built using Gatsby by Ben Cuan.

Setup

To run the site locally:

  1. Clone this repo (git clone https://github.com/hexcaliber-dev/hexcaliber-web)
  2. Run npm install
  3. Run npm run develop
  4. Go to localhost:8000!

To build, run npm run build.