ProzillaOS/packages/docs
2024-07-09 18:06:32 +02:00
..
.vitepress docs: Added Vector2 class page 2024-07-09 18:06:32 +02:00
scripts docs: Added Vector2 class page 2024-07-09 18:06:32 +02:00
src docs: Added Vector2 class page 2024-07-09 18:06:32 +02:00
package.json Added new docs package 2024-07-07 15:15:46 +02:00
README.md Changed formatting of scripts in READMEs 2024-07-07 16:23:13 +02:00
tsconfig.json docs: Added Vector2 class page 2024-07-09 18:06:32 +02:00


ProzillaOS

License Stars Forks NPM Version

About

🔗 os.prozilla.dev/docs

prozilla-os-docs is a VitePress website that contains the documentation for ProzillaOS.

Scripts

Script Description
pnpm run start
Start VitePress dev server at localhost:3000. Changes to module will dynamically be hot-reloaded, so normally there is no need for hard-refreshes.
pnpm run build
Compile project using VitePress and output to the dist directory.
pnpm run preview
Start web server with preview of build at localhost:8080. Can be useful for validating build before deploying.
pnpm run stage
Execute stage.ts, which copies the ./dist directory of this package into the /dist/docs directory at the root, within the build of the demo site.