This is a Fresh project.
- a running Hanko API (see the instructions on how to run the API in Docker or from Source)
- a
Deno
installation
In the config.ts
file set up the correct variables:
HANKO_API_URL
: this is the URL of the Hanko API (default:http://localhost:8000
)
Run deno task start
for a development server. Navigate to http://localhost:8888/
. This will watch the project directory and restart as necessary.