2024-08-17 11:47:09 +00:00
|
|
|
# member-administration-ui
|
|
|
|
|
2024-08-25 11:37:23 +00:00
|
|
|
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)
|