Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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 git@github.com: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 :)

About

Hackerspace web app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors