Fmacmak / Gated-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 97.4%Language:Dockerfile 1.9%Language:JavaScript 0.5%Language:Shell 0.1%