Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Ferdinand Thiessen | e8c0001d17 | |
Ferdinand Thiessen | 5c8637965a | |
Ferdinand Thiessen | 308d348755 |
|
@ -0,0 +1,16 @@
|
||||||
|
pipeline:
|
||||||
|
install:
|
||||||
|
image: node:lts-alpine
|
||||||
|
commands:
|
||||||
|
- yarn install
|
||||||
|
lint:
|
||||||
|
image: node:lts-alpine
|
||||||
|
commands:
|
||||||
|
- yarn lint
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: node:lts-alpine
|
||||||
|
commands:
|
||||||
|
- yarn quasar build
|
||||||
|
|
||||||
|
branches: [main, develop]
|
|
@ -1,5 +1,7 @@
|
||||||
# Flaschengeist (frontend)
|
# Flaschengeist (frontend)
|
||||||
|
|
||||||
|
![status-badge](http://os-sc.org:8000/api/badges/ferfissimo/flaschengeist-frontend/status.svg)
|
||||||
|
|
||||||
Modular student club administration system, licensed under the MIT license.
|
Modular student club administration system, licensed under the MIT license.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
Loading…
Reference in New Issue