https://github.com/hackcreeper/ld57
LD57 game made by @jkniest & @Hacktier
https://github.com/hackcreeper/ld57
Last synced: about 1 year ago
JSON representation
LD57 game made by @jkniest & @Hacktier
- Host: GitHub
- URL: https://github.com/hackcreeper/ld57
- Owner: Hackcreeper
- Created: 2025-04-04T23:51:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T18:03:35.000Z (over 1 year ago)
- Last Synced: 2025-04-10T03:47:01.470Z (over 1 year ago)
- Language: TypeScript
- Size: 17.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nuxt Minimal Starter
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install dependencies:
```bash
bun install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
bun run dev
```