Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregwoodsfrontier/kajam_2024_medalstrike
https://github.com/gregwoodsfrontier/kajam_2024_medalstrike
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregwoodsfrontier/kajam_2024_medalstrike
- Owner: gregwoodsfrontier
- Created: 2024-11-05T12:36:00.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T18:51:14.000Z (about 2 months ago)
- Last Synced: 2024-11-12T19:36:17.223Z (about 2 months ago)
- Language: TypeScript
- Size: 43 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
- `www` - 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 `www/main.js`
```sh
$ npm run bundle
```will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.