587 B
587 B
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)