General Assembly paperwork generator https://walne.hackerspace.pl
 
 
 
 
 
 
Go to file
radex c32c20115f
CI / Check CI (push) Successful in 31s Details
polish your english lmao
2023-11-02 19:04:57 +01:00
.github/workflows CI: change runner label 2023-10-28 15:05:12 +02:00
.husky feat: precommit hook 2023-09-22 20:18:48 +02:00
.vscode eslint: fix 2023-09-22 21:00:19 +02:00
src polish your english lmao 2023-11-02 19:04:57 +01:00
static feat: Add NotoSans for PDF 2023-09-22 15:19:26 +02:00
tests Initial commit 2023-07-24 01:56:58 +02:00
.dockerignore feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
.env.example OAuth: add ALLOWED_LDAP_GROUPS 2023-10-23 21:30:16 +02:00
.eslintignore clean: prettier 2023-09-22 20:18:48 +02:00
.eslintrc.cjs Initial commit 2023-07-24 01:56:58 +02:00
.gitignore Add .vercel to gitignore 2023-07-24 18:02:51 +02:00
.lintstagedrc feat: precommit hook 2023-09-22 20:18:48 +02:00
.npmrc Initial commit 2023-07-24 01:56:58 +02:00
.prettierignore clean: prettier 2023-09-22 20:18:48 +02:00
.prettierrc Initial commit 2023-07-24 01:56:58 +02:00
Dockerfile feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
README.md Update readme 2023-10-23 23:44:06 +02:00
package-lock.json bump authkit 2023-11-02 17:46:33 +01:00
package.json bump authkit 2023-11-02 17:46:33 +01:00
playwright.config.ts Initial commit 2023-07-24 01:56:58 +02:00
postcss.config.cjs clean: prettier 2023-09-22 20:18:48 +02:00
svelte.config.js feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
tailwind.config.cjs clean: prettier 2023-09-22 20:18:48 +02:00
tsconfig.json Initial commit 2023-07-24 01:56:58 +02:00
vite.config.ts Initial commit 2023-07-24 01:56:58 +02:00

README.md

walne

Quick start

  1. npm install
  2. Copy .env.example to .env and configure
  3. npm run dev

Building and deploying

You can preview the production build with:

npm run preview

Docker build:

docker build -t walne .
docker run -p 3000:8000 walne

Look for walne in hscloud repo for deployment info.