# install dependencies
yarn
# start local development server
yarn dev
During local development, the application can be found at https://127.0.0.1:4001
,
or another available port. Note that HTTPS is required when using OAuth, and the
URL (including port number) in your SPA OAuth Client configuration must match.