Go to file
Moritz Hölting 7096d02e8c implement rename and delete for files 2024-06-23 20:28:12 +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 implement rename and delete for files 2024-06-23 20:28:12 +02:00
.gitignore First version of the docs 2024-04-03 00:09:47 +02:00
README.md implement rename and delete for files 2024-06-23 20:28:12 +02:00
astro.config.mjs add localisation and theming for playground 2024-06-22 14:36:30 +02:00
package.json add localisation and theming for playground 2024-06-22 14:36:30 +02:00
pnpm-lock.yaml add localisation and theming for playground 2024-06-22 14:36:30 +02:00
tsconfig.json add basic code editor for playground 2024-06-20 15:43:14 +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