Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.34 KB

File metadata and controls

56 lines (35 loc) · 1.34 KB

strichliste-web

demo

Checkout out the demo!

requirements

installation

clone repository

$ git clone git@github.com:hackerspace-bootstrap/strichliste-web.git

configuration

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.

make production build

To create a production build where sources are minified set the environment to production:

$ make production

development mode

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

user

If your hackerspace is missing, just send a mail to schinken@hackerspace-bamberg.de