No description
| .changeset | ||
| .github | ||
| .vscode | ||
| packages | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| eslint.config.js | ||
| index.html | ||
| LICENSE.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
About
This monorepo contains the source code of os.prozilla.dev as well as multiple packages. You can find the main package at prozilla-os.
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows. It is made with React, Vite and TypeScript by Prozilla.
Warning
This repository is currently being transformed into a monorepo. Some things may be temporarily missing/broken. If you have any questions in the meantime, feel free to open an issue.
Packages
prozilla-os(source) - A bundle containing all other packages@prozilla-os/core(source) - Core functionality, React components and hooks@prozilla-os/shared(source) - Shared functions and utilities@prozilla-os/file-explorer(source) - File explorer app@prozilla-os/terminal(source) - Terminal/shell app@prozilla-os/text-editor(source) - Text editor app
Links
Resources
These resources can help you get started with ProzillaOS.
- prozilla-os/ProzillaOS-boilerplate - Boilerplate code for a React Vite app implementing ProzillaOS

