Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lolzthedev/validos

nullOS continuation.
https://github.com/lolzthedev/validos

os proxy webos

Last synced: about 2 months ago
JSON representation

nullOS continuation.

Awesome Lists containing this project

README

        

# validOS - nullOS v2

## What is ValidOS?

ValidOS (or validOS) is a webOS that's built off of anshnk/nullOS. nullOS was dropped since ansh had other projects to work on, but I suppose I'll continue it for fun :)

Instances:

- https://os.zirc.lol/

(Wanna get your instance added? Make a PR with your link!)

## Self-Hosting

Self hosing is super simple, just clone the repo!

Requirements:

- Recent version of Node.JS
- NPM

Clone the repo into `~/validOS`

```sh
git clone https://github.com/LolzTheDev/validOS.git validOS
```

Install dependancies

```sh
cd validOS && npm i
```

Run the server

```sh
npm run valid
```

And there you go!