An open API service indexing awesome lists of open source software.

https://github.com/krishpranav/js-os

js-os is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
https://github.com/krishpranav/js-os

javascript web-desktop

Last synced: about 2 months ago
JSON representation

js-os is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.

Awesome Lists containing this project

README

        

# js-os
js-os is an open-source web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.

[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)

# Installation
```
To install directly on the host system you'll need Node 10 (or later).

git clone https://github.com/krishpranav/js-os

cd js-os

# Install dependencies
npm install

# It's recommended that you update dependencies
npm update

# Optionally install extra packages:
npm install @jsos/example-application

# Discover installed packages
npm run package:discover

# Build client
npm run build

# Start serving
npm run serve
```

# this is under development