Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themousepotato/david
https://github.com/themousepotato/david
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/themousepotato/david
- Owner: themousepotato
- Created: 2024-04-26T18:51:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T18:10:13.000Z (6 days ago)
- Last Synced: 2025-01-04T18:26:48.955Z (6 days ago)
- Language: TypeScript
- Homepage: https://dav1d.netlify.app/
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# David
> My David don't you worry\
> This cold world is not for you\
> So rest your head upon me\
> I have strength to carry youThis project uses:
- [pnpm](https://pnpm.io/) for package management
- [vite](https://vitejs.dev/) for build tooling## Dev
- Install dependencies
`pnpm i`- Run dev server
`pnpm dev`- Build project
`pnpm build`