Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pensono/ludi
https://github.com/pensono/ludi
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pensono/ludi
- Owner: pensono
- Created: 2023-09-07T04:44:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T22:54:08.000Z (9 months ago)
- Last Synced: 2024-04-29T02:04:46.716Z (8 months ago)
- Language: JavaScript
- Homepage: https://ludi.games
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ludi
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Testing
```bash
npm run test:unit
```