-
- Downloads
Initial commit
parents
No related branches found
No related tags found
Showing
- .dockerignore 3 additions, 0 deletions.dockerignore
- .gitattributes 1 addition, 0 deletions.gitattributes
- .gitignore 4 additions, 0 deletions.gitignore
- .gitlab-ci.yml 43 additions, 0 deletions.gitlab-ci.yml
- Dockerfile 12 additions, 0 deletionsDockerfile
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 15 additions, 0 deletionsREADME.md
- captain-definition 5 additions, 0 deletionscaptain-definition
- index.html 194 additions, 0 deletionsindex.html
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 11 additions, 0 deletionspackage.json
- static/favicon.png 3 additions, 0 deletionsstatic/favicon.png
- static/fsinfo-chats.png 3 additions, 0 deletionsstatic/fsinfo-chats.png
- static/gib-geld.jpg 3 additions, 0 deletionsstatic/gib-geld.jpg
- static/landing-page-screenshot.png 3 additions, 0 deletionsstatic/landing-page-screenshot.png
- static/ra-tools.png 3 additions, 0 deletionsstatic/ra-tools.png
- static/wrums-tools.png 3 additions, 0 deletionsstatic/wrums-tools.png
.dockerignore
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
captain-definition
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"dependencies": { | |||
"bulma": "^0.9.4", | |||
"bulma-prefers-dark": "^0.1.0-beta.1", | |||
"vite": "^4.1.1" | |||
}, | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build --outDir ./public" | |||
} | |||
} |
129 B
130 B
130 B
131 B
130 B
130 B