ProzillaOS/packages/demo
2024-07-28 12:19:12 +02:00
..
public skins: Updated minimal skin 2024-07-28 12:19:12 +02:00
scripts skins: Added Pixel skin 2024-07-23 20:01:59 +02:00
src skins: Added Pixel skin 2024-07-23 20:01:59 +02:00
index.html Updated GitHub URL to prozilla-os/ProzillaOS 2024-07-09 18:32:02 +02:00
package.json scripts: Updated deploying + staging processes 2024-07-23 16:51:43 +02:00
README.md scripts: Updated deploying + staging processes 2024-07-23 16:51:43 +02:00
tsconfig.build.json Updated skins + configuration 2024-07-15 08:58:38 +02:00
tsconfig.json feat: Added skins 2024-07-14 22:26:57 +02:00
vite.config.ts terminal: Added eval command 2024-07-23 11:41:36 +02:00


ProzillaOS

License Stars Forks NPM Version

About

🔗 os.prozilla.dev

@prozilla-os/demo is a React Vite website that demonstrates the features of ProzillaOS.

Scripts

Script Description
pnpm run start
Start Vite dev server at localhost:3000. Changes to module will dynamically be hot-reloaded, so normally there is no need for hard-refreshes. VSCode is configured to run this script whenever the project is opened.
pnpm run build
Compile project using TypeScript and bundle all files into the dist directory, or the directory specified in config file. This directory can be uploaded to a web server.
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 stages the build and prepares it for deployment. Script will generate a sitemap, robots.txt and all other necessary files.
pnpm run fetch
Fetch the repository tree using GitHub's API and store it as a JSON file that will be used to populate the virtual drive. More information can be found on the virtual drive page.