Skip to content

get-gated/frontend

Repository files navigation

Gated Frotnend

Setup

cp .env.development .env.local
yarn install

Dev

Start all apps on unique ports

yarn dev

Run nginx proxy to access all apps from a single origin. This is important for auth to work correctly.

cd ./nginx
docker compose up

Then access the apps from http://localhost:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published