Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 967 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 967 Bytes

panopticon

Hackerspace web app

license

This software is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE. For more information, read the COPYING file.

contribute

First fork this repo to your account and clone it locally.

git clone [email protected]:your_github_username/panopticon.git

Respect our coding style, which consists of two basic rules:

  1. Four whitespaces indentation (no tabs) on js and css. Two whitespace on html documents.
  2. Use single quotes for strings. Double quotes used only for html attributes.

Now just hack :)

run

Install nodejs and npm in your system.

On Fedora:

yum install nodejs npm

In other platforms you may have to build from source, or check Node.js website.

Inside project directory use npm to install dependencies:

npm install

Finally you can run it:

node app

Open your browser at localhost:3000

Enjoy :)