Skip to content

Latest commit

 

History

History
105 lines (74 loc) · 3.45 KB

File metadata and controls

105 lines (74 loc) · 3.45 KB

ProzillaOS

License Stars Forks NPM Version

About

This repository 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.


Screenshot of ProzillaOS

Prerequisites

Getting started

# Clone the repository
git clone https://github.com/prozilla-os/ProzillaOS.git
cd ProzillaOS

# Install dependencies
pnpm install

# Start the demo development server
pnpm run start
# Or open the interactive task menu
pnpm run menu 

After starting the development server, the demo website will be available at localhost:3000.

For more information, refer to the self-hosting guide.

Packages

You can find a list of all packages related to ProzillaOS in packages/README.md.

Links

Resources

License

ProzillaOS is MIT licensed.