Hackerspace web app
This software is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE. For more information, read the COPYING file.
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:
- Four whitespaces indentation (no tabs) on js and css. Two whitespace on html documents.
- Use single quotes for strings. Double quotes used only for html attributes.
Now just hack :)
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 :)