UNPKG

rune

Version:

CLI to upload your games to Rune

24 lines (12 loc) 663 B
# 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@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). ## 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!