https://github.com/jayllyz/leitner
clean code projet
https://github.com/jayllyz/leitner
bun
Last synced: 8 months ago
JSON representation
clean code projet
- Host: GitHub
- URL: https://github.com/jayllyz/leitner
- Owner: Jayllyz
- Created: 2025-01-15T15:54:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T20:44:06.000Z (8 months ago)
- Last Synced: 2025-02-20T14:49:09.954Z (8 months ago)
- Topics: bun
- Language: TypeScript
- Homepage:
- Size: 107 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`