Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 323 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 323 Bytes

bridge

Bridge monorepo for Lux Network.

To run locally

Install pnpm like so

The usual scripts for a Next site, using pnpm

pnpm install
pnpm dev

Since "pnpm" is a finger twister, many people alias it to "pn". For example, with bash, put alias pn='pnpm' in .bashrc.