Mitgliederverwaltung
Find a file
2024-11-20 10:02:25 +01:00
public main layout 2024-08-23 14:42:32 +02:00
src edit my details 2024-11-20 10:02:25 +01:00
.env.example setup route for first user 2024-08-25 13:37:23 +02:00
.eslintrc.cjs basic install 2024-08-22 11:48:04 +02:00
.gitignore setup route for first user 2024-08-25 13:37:23 +02:00
.prettierrc basic install 2024-08-22 11:48:04 +02:00
env.d.ts basic install 2024-08-22 11:48:04 +02:00
index.html main layout 2024-08-23 14:42:32 +02:00
LICENSE Initial commit 2024-08-17 11:47:09 +00:00
package-lock.json 0.0.4 2024-11-07 11:11:34 +01:00
package.json 0.0.4 2024-11-07 11:11:34 +01:00
postcss.config.js basic install 2024-08-22 11:48:04 +02:00
README.md setup route for first user 2024-08-25 13:37:23 +02:00
tailwind.config.js main layout 2024-08-23 14:42:32 +02:00
tsconfig.app.json setup route for first user 2024-08-25 13:37:23 +02:00
tsconfig.json basic install 2024-08-22 11:48:04 +02:00
tsconfig.node.json basic install 2024-08-22 11:48:04 +02:00
vite.config.ts basic install 2024-08-22 11:48:04 +02:00

member-administration-ui

Memberadministration

Installation

Requirements

  1. Access to the internet

Configuration

  1. Copy the .env.example file to .env and fill in the required information
  2. Install all packages via npm install
  3. Start the backend application
  4. Start the application
  5. Run npm run dev to run inside dev-environment

Usage

  1. Open the browser and navigate to http://localhost:5173 or the URL you specified in the server configuration
  2. Go to route /setup to create the first user (this path is disabled after the first user is created)