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