Checkout out the demo!
$ git clone [email protected]:hackerspace-bootstrap/strichliste-web.git
Before building a production build, you should look at the configuration. One can find it here:
src/script/lib/settings.js
Changes on the configuration needs a rebuild to take affect.
To create a production build where sources are minified set the environment to production
:
$ make production
When in development the following command will as well initiate the build process as well as creating a watch on the relevant folders. The build process will then be run again when certain file has been changed.
It also starts an development server, listening on port :8081
.
$ make development
To access the development version visit http://localhost:8081
If your hackerspace is missing, just send a mail to [email protected]