Mitgliederverwaltung
public | ||
src | ||
.env.example | ||
.eslintrc.cjs | ||
.gitignore | ||
.prettierrc | ||
env.d.ts | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
member-administration-ui
Memberadministration
Installation
Requirements
- Access to the internet
Configuration
- Copy the .env.example file to .env and fill in the required information
- Install all packages via
npm install
- Start the backend application
- Start the application
- Run
npm run dev
to run inside dev-environment
Usage
- Open the browser and navigate to
http://localhost:5173
or the URL you specified in the server configuration - Go to route
/setup
to create the first user (this path is disabled after the first user is created)