Giter Club home page Giter Club logo

prozillaos's Introduction


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

Packages

Libraries (public)

These libraries are different modules of ProzillaOS that can be installed separately or via the bundle package prozilla-os. Each library has a src/main.ts entry file and is published to the npm registry.

Standard applications

Non-standard applications

Sites (internal)

These packages contains the source code of parts of the ProzillaOS website. They are published to GitHub pages.

Scripts

ProzillaOS uses the package manager pnpm to run scripts.

Global

Script Description
pnpm run start
Run pnpm run demo:start. VSCode is configured to run this script whenever the project is opened.
pnpm run build
Build every package in sequential order.
pnpm run stage
Copy and combine the build of each package that comprises the website in the dist directory at the root.
pnpm run deploy
Clear the dist directory, stage each package that comprises the website, then deploy to GitHub pages. This should trigger a GitHub Action that deploys the build to production.

Public packages

Script Description
pnpm run packages:build
Build all dependencies of the prozilla-os package in sequential order and output to respective dist directories.
pnpm run packages:update
Create a new changeset for packages and update their version accordingly.
pnpm run packages:release
Publish the latest versions of each package to the npm registry.

Tip

Use pnpm --filter <package_selector> build to build a sepecific subset of packages or a single package and output to respective dist directory/directories. For more information about selecting/filtering specific packages, read pnpm's documentation on filtering.

Internal package: @prozilla-os/demo

Script Description
pnpm run demo:start
See pnpm run start
pnpm run demo:build
See pnpm run build
pnpm run demo:preview
See pnpm run preview
pnpm run demo:stage
See pnpm run stage
pnpm run demo:fetch
See pnpm run fetch

Internal package: @prozilla-os/docs

Script Description
pnpm run docs:start
See pnpm run start
pnpm run docs:build
See pnpm run build
pnpm run docs:preview
See pnpm run preview
pnpm run docs:generate
See pnpm run generate

Links

Resources

These resources can help you get started with ProzillaOS.

License

ProzillaOS is MIT licensed.

prozillaos's People

Contributors

prozilla avatar divyeshbirawat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.