Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 673 Bytes

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.

Learn More

See the Rune docs for more info. You can also ask any questions in the Rune Discord, we're happy to help!