Skip to content

Fraser-Chapman/trak-zak

Repository files navigation

Trak Zak

A non-serious project illustrating how far Zak is on his epic hike.

Developing

Requires Node 20.X

Install dependencies with npm install

Running Locally

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of Trak Zak app:

npm run build

You can preview the production build with:

npm run preview