Skip to content
Tyler Ruff edited this page Aug 11, 2023 · 1 revision

Develop Locally

You can run and develop this website locally, to do so:

  1. Clone the repo to your local machine
  2. Install dependencies
npm install
  1. Run development server
npm run dev

Check out the rest of these docs to see how to build pages and content.

Clone this wiki locally