Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
e8c0001d17 | |
|
5c8637965a | |
|
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)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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