Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jegj/kaplay_sandbox
Kaplay sandbox
https://github.com/jegj/kaplay_sandbox
Last synced: 28 days ago
JSON representation
Kaplay sandbox
- Host: GitHub
- URL: https://github.com/jegj/kaplay_sandbox
- Owner: jegj
- Created: 2024-12-10T02:52:40.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-10T03:26:42.000Z (29 days ago)
- Last Synced: 2024-12-10T04:24:18.111Z (29 days ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folder structure
- `src` - source code for your kaplay project
- `dist` - distribution folder, contains your index.html, built js bundle and static assets## Development
```sh
$ npm run dev
```will start a dev server at http://localhost:8000
## Distribution
```sh
$ npm run build
```will build your js files into `dist/`
```sh
$ npm run zip
```will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.