Skip to content

bolsel/portalweb

Repository files navigation

portalweb

Build Release

Setup

1. Clone this repo

git clone https://github.com/bolsel/portalweb && cd portalweb

2. Install dependencies

pnpm install

3. Create local environment file .env.local

BACKEND_URL=https://backend-url...
BACKEND_TOKEN=token...
...

4. Run

pnpm dev