Skip to content

Hackafe/lp-intro

Repository files navigation

Internally deployed

wercker status Build Status Dependency Status devDependency Status

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.

Contributing

Anyone and everyone is welcome to contribute, however, if you decide to get involved, please take a moment to review the guidelines:

Building

The project uses npm scripts to build and run.

Run

To run locally the project:

npm install
npm start

after that you can open http://localhost:8080 to inspect

Dev

To run in dev mode with watchers to rebuild on change

npm run dev

then open http://localhost:9966

Test

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

License

The code is available under the MIT license.

Releases

No releases published

Packages

No packages published