Internally deployed
Hackafe Insider Portal provides information for people inside the Hackafe space. Usefull information is upcoming events, who is inside and other cool stuff.
The project is open source and open to contributions. If you believe a feature is missing you are welcome to create a pull request or just request the feature. If you found a bug report it at once.
- Website (only while inside Hackafe space): http://insider.hackafe.org
- Source: https://github.com/Hackafe/insider
Anyone and everyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the guidelines:
The project uses npm scripts to build and run.
To run locally the project:
npm install
npm start
after that you can open http://localhost:8080 to inspect
To run in dev mode with watchers to rebuild on change
npm run dev
then open http://localhost:9966
Tests are lacking at the moment, but there are jshint and jscs rules that are run
npm test
Note: Always run the tests before commiting
The code is available under the MIT license.