/pacer

Plan your upcoming races split by split

Primary LanguageTypeScript

Pacer

Made with Svelte and SvelteKit.

Developing

Once the dependencies are installed with npm install (or pnpm install or yarn), start a development server:

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:

npm run build

Preview the production build with npm run preview.

Testing

To run the Vitest test suite for unit tests:

npm run test:unit

To run the Playwright end-to-end tests:

npm run test