Go to file
Moritz Hölting b03a43a04c change SplitView to vertical on mobile 2024-08-21 11:53:28 +00:00
.github/workflows add page: differences to other languages 2024-08-20 22:06:21 +02:00
.vscode First version of the docs 2024-04-03 00:09:47 +02:00
public First version of the docs 2024-04-03 00:09:47 +02:00
src change SplitView to vertical on mobile 2024-08-21 11:53:28 +00:00
.gitignore add github pages deploy action 2024-08-19 21:53:04 +02:00
README.md change SplitView to vertical on mobile 2024-08-21 11:53:28 +00:00
astro.config.mjs add page: differences to other languages 2024-08-20 22:06:21 +02:00
package.json change SplitView to vertical on mobile 2024-08-21 11:53:28 +00:00
pnpm-lock.yaml add syntax highlighting for mcfunction & mcscript code blocks 2024-08-20 22:27:14 +02:00
tsconfig.json add page: differences to other languages 2024-08-20 22:06:21 +02:00

README.md

Documentation for ShulkerScript

This is the documentation for ShulkerScript. It is a work in progress and will be updated as the language evolves.

Getting Started

This documentation is created using Astro and Starlight. To get started, you need to install the dependencies and start the development server.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro -- --help Get help using the Astro CLI