Skip to content

fauxOS/faux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faux OS - A virtual, webpage operating system

Faux OS Logo

What is it?

Faux is a fun unix-like operating system that you can jump into - right in your browser. It introduces a familiar, yet new way of using a computer by borrowing many great ideas from a variety of operating systems.

Contribute

  • Get Node.js
  • Fork this project
  • Clone it to your computer
  • Get development dependencies : npm install
  • npm run dev : start making something new...
  • When you're done, build it : npm run build
  • Push to github and submit a pull request!