RELEASE-v1.3.0: update README.md

This commit is contained in:
Markus Thielker 2025-03-16 00:54:46 +01:00
parent fc1658602a
commit 5bb0d71836

View file

@ -52,7 +52,12 @@ bun run dev
``` ```
Then open [http://localhost:3000](http://localhost:3000) with your browser and create an account. This project relies on [Auth0](https://auth0.com) authentication. To use it you will have to create an Auth0 account,
create an application of type 'Single Page Application' and now add the required details to your .env file.
You will also have to add `http://localhost:3000/auth/callback` as an `Allowed Callback URL` and `http://localhost:3000`
as an `Allowed Logout URL` and `Allowed Web Origins` in your Auth0 console.
Now open [http://localhost:3000](http://localhost:3000) with your browser and create an account.
While in development mode, you can generate sample data from the [Account page](http://localhost:3000/account). While in development mode, you can generate sample data from the [Account page](http://localhost:3000/account).
## Deployment ## Deployment