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:
(Wanna get your instance added? Make a PR with your link!)
Self hosing is super simple, just clone the repo!
Requirements:
- Recent version of Node.JS
- NPM
Clone the repo into ~/validOS
git clone https://github.com/LolzTheDev/validOS.git validOS
Install dependancies
cd validOS && npm i
Run the server
npm run valid
And there you go!