ProzillaOS/packages/docs
2024-07-17 17:34:43 +02:00
..
.vitepress Docs: Added content + updated formatting 2024-07-17 17:34:43 +02:00
scripts Docs: Updated styling + added data gen script 2024-07-10 22:22:47 +02:00
src Docs: Added content + updated formatting 2024-07-17 17:34:43 +02:00
.gitignore Docs: Updated styling + added data gen script 2024-07-10 22:22:47 +02:00
package.json Docs: Updated styling + added data gen script 2024-07-10 22:22:47 +02:00
README.md Docs: Updated styling + added data gen script 2024-07-10 22:22:47 +02:00
tsconfig.json Docs: Updated formatting 2024-07-16 08:46:00 +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.
pnpm run generate
Generate basic information files in JSON format to use as a base for writing the documentation and output to the data directory.