https://github.com/khui0/code-a-site-2025
Created for SBU Web Development's Code-A-Site Spring 2025.
https://github.com/khui0/code-a-site-2025
sveltekit typescript
Last synced: 2 months ago
JSON representation
Created for SBU Web Development's Code-A-Site Spring 2025.
- Host: GitHub
- URL: https://github.com/khui0/code-a-site-2025
- Owner: khui0
- License: mit
- Created: 2025-04-12T15:31:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T04:10:24.000Z (about 1 year ago)
- Last Synced: 2025-06-26T05:06:14.615Z (about 1 year ago)
- Topics: sveltekit, typescript
- Language: Svelte
- Homepage: https://bunny-simulator.vercel.app
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bunny Simulator
Created for SBU Web Development's Code-A-Site Spring 2025.
Install dependencies
```bash
npm i
```
Run dev server
```bash
npm run dev
```