https://github.com/jayllyz/leitner
clean code projet
https://github.com/jayllyz/leitner
bun
Last synced: about 1 month ago
JSON representation
clean code projet
- Host: GitHub
- URL: https://github.com/jayllyz/leitner
- Owner: Jayllyz
- Created: 2025-01-15T15:54:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T06:08:44.000Z (over 1 year ago)
- Last Synced: 2026-01-14T13:59:08.873Z (5 months ago)
- Topics: bun
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leitner
Install Bun:
```sh
curl -fsSL https://bun.sh/install | bash
```
To install dependencies:
```sh
bun install --save-text-lockfile
```
To run:
```sh
bun run dev
```
open `http://localhost:3000`