This is a small project for the blipp system for coffee.
Can be run for example using the npm package serve
.
npx serve web-root
Will then be reachable at http://localhost:5000
. To run in a testing environment you can add the testing
and theme
URL parameters.
testing
removes the API call. Shows success or failure based on if any characters were typed before submission (Enter).theme
takes the name of a theme and overrides any other theme that would be selected.
Example of an url with valid parameters http://localhost:5000/?testing&theme=christmas
.
- Gustav Blomér (@gustavkj)
- Johan Lindell (@lindell)
- Olle Vidner (@ovidner)
- Tobias Lundgren (@lundgren2)
- Emil Nilsson (@emil19)