aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6854a79b2f875ebc5da3a083f3c7d9198ed531ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# due.moe

This repository contains the `due.moe` SvelteKit application.

## Install

```bash
pnpm install
```

## Current App Commands

```bash
pnpm run dev
pnpm run build
pnpm run check
pnpm run lint
```

## Validation

```bash
pnpm run check:ci
pnpm run test:unit
pnpm run build
```