Skip to content

Trias/strichliste-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strichliste-web

demo

Checkout out the demo!

requirements

installation

clone repository

$ git clone [email protected]: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 [email protected]

About

frontend for the strichliste api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • HTML 15.7%
  • CSS 3.1%
  • Makefile 0.3%