Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 789 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (24 loc) · 789 Bytes

Contribute to the code

This project is built with Svelte 4 and Svelte Kit.

Other technologies used:

Setup

Make sure you have pnpm installed (brew install pnpm on mac).

Install all dependencies

pnpm install

Developing

pnpm dev

Building

To create a production version of your app:

pnpm build

You can preview the production build with pnpm preview.