Go to file
Moritz Hölting 2842926f4f add icon, batch and zip-validate arguments to cli commands 2024-06-19 14:11:32 +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 add icon, batch and zip-validate arguments to cli commands 2024-06-19 14:11:32 +02:00
.gitignore First version of the docs 2024-04-03 00:09:47 +02:00
README.md First version of the docs 2024-04-03 00:09:47 +02:00
astro.config.mjs Add vcs option to cli reference and roadmap 2024-04-06 23:28:06 +02:00
package.json add documentation for function imports 2024-06-12 18:12:54 +02:00
pnpm-lock.yaml add documentation for function imports 2024-06-12 18:12:54 +02:00
tsconfig.json First version of the docs 2024-04-03 00:09:47 +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
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI