Ory UI is an ExpressJS application for Authentication
and Authorization
purposes.
Install the NodeJS binary on your system:
Now, use command bellow to install dependencies:
npm install
# Change environment variables
echo .env.example > .env
# Start the application
npm run start
Open http://127.0.0.1:3000 in your browser.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.