Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 732 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 732 Bytes

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 :)

this repo is continued from lolzthedev/validOS cause i couldnt figure out how to make a pr ☠

self-hosting instructions should still work

Self-Hosting

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!