Skip to content

achronop/panopticon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Hackerspace web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published