Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mycql/elon-run
A side scroller game for my 3 year old son
https://github.com/mycql/elon-run
Last synced: 7 days ago
JSON representation
A side scroller game for my 3 year old son
- Host: GitHub
- URL: https://github.com/mycql/elon-run
- Owner: mycql
- License: mit
- Created: 2024-07-02T17:11:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T17:30:27.000Z (4 months ago)
- Last Synced: 2024-10-09T08:43:22.535Z (about 1 month ago)
- Language: TypeScript
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elon Run
A simple side scroller game for my 3 year old boy.
## Setup
Install the dependencies:
```bash
pnpm install
```## Get Started
Start the dev server:
```bash
pnpm start
```Build the app for production:
```bash
pnpm build
```Preview the Production build product:
```bash
pnpm preview
```Clear persistent cache local files
```bash
pnpm clean
```