sso-tools/web
2024-05-25 21:14:43 +01:00
..
.yarn replace drift/simpleanalytics with self-hosted options 2022-05-15 21:40:05 +01:00
public Initial package upgrades and switch to Vite 2022-11-22 20:21:57 +00:00
src add basic support for RelayState 2024-05-25 21:14:43 +01:00
.gitignore initial commit 2021-11-13 18:10:35 +00:00
.yarnrc.yml replace drift/simpleanalytics with self-hosted options 2022-05-15 21:40:05 +01:00
bucket-policy.json Add support for PKCE OAuth2 2023-08-05 18:25:27 +01:00
deploy.sh add deploy script 2022-11-24 11:32:01 +00:00
index.html Fixed user/attributes page 2022-11-23 18:39:24 +00:00
package.json Added sign-up notifier 2023-12-23 06:14:30 +00:00
README.md Updated benefits and README 2022-11-24 11:44:39 +00:00
vite.config.js Initial package upgrades and switch to Vite 2022-11-22 20:21:57 +00:00
yarn.lock Homepage improvements 2022-11-23 11:58:10 +00:00

SSO Tools Webapp

This directory contains the source code for the webapp front-end to the SSO Tools platform.

Preparing a local environment

After cloning the repository, install dependencies locally:

yarn

Running the front-end locally

The front-end can then be run using:

yarn start

Once running, the webapp will be available on port 3300.

Note: This webapp expects to be able to connect to a local API running on port 6002.

Build for production

Build the web assets:

yarn build

Then simply upload the contents of the dist/ directory to your webserver or host of choice.