Skip to content

Latest commit

 

History

History
 
 

bridge-ui-v2

Bridge UI v2

Developing

Installed dependencies with pnpm install

Set up environment variables

cp .env.example .env

# update environment variables in .env

source .env

start a development server:

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.