setup route for first user
This commit is contained in:
parent
91ff0835fb
commit
6d9e75bb0c
20 changed files with 455 additions and 30 deletions
21
README.md
21
README.md
|
@ -1,3 +1,22 @@
|
|||
# member-administration-ui
|
||||
|
||||
Mitgliederverwaltung
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue