Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevglass/rune-jumpdudes
https://github.com/kevglass/rune-jumpdudes
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevglass/rune-jumpdudes
- Owner: kevglass
- License: mit
- Created: 2024-07-05T20:10:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T20:47:18.000Z (3 months ago)
- Last Synced: 2024-11-08T04:17:42.767Z (7 days ago)
- Language: TypeScript
- Size: 7.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Rune
### `npm run dev`
Runs the game in Dev UI.
The page will reload when you make changes.
### `npm run upload`
Builds the game and starts upload process to Rune.
### `npm run build`
Builds the game. You can then upload it to Rune using `npx rune-games-cli@latest upload`.
### `npm run lint`
Runs the validation rules. You can read about them in the [docs on server-side logic](https://developers.rune.ai/docs/advanced/server-side-logic).
### `npm run typecheck`
Verifies that TypeScript is valid.
## Learn More
See the [Rune docs](https://developers.rune.ai/docs/quick-start) for more info. You can also ask any questions in the [Rune Discord](https://discord.gg/rune-devs), we're happy to help!