Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1007 Bytes

File metadata and controls

20 lines (14 loc) · 1007 Bytes

ufo.js Build Status

ufo.js is a simple browser-based platform for communicating and file sharing. It is hard pre-alpha version, so don't get mad if something is not working.

In order to make it work, you just need to:

  1. get Node.js properly working on your machine
  2. clone this repository with git clone https://github.com/TinyBoxDev/ufojs
  3. move in the repository folder with cd ~/ufojs/
  4. install all required node modules with npm install
  5. create your bundle with make compile
  6. launch your server with ./bin/p2p or with NODE_PATH="./lib/" node web.js

You can execute all the application tests in 2 different ways:

  1. launch server tests with make test
  2. launch modules tests with make testweb (you need Chrome Canary to be installed!)

If you wanna be super fast, just type make while you are inside the root folder of the project and let us do the rest.