Skip to content

manifoldmarkets/mox-sf

Repository files navigation

mox-sf

Using npm

# Install dependencies
npm install

# Start development server
npm run dev

Using bun

Bun (https://bun.sh/) is a fast Javascript runtime & package manager.

# Install dependencies
bun install

# Start development server
bun dev

Open http://localhost:3000 with your browser to see the result.


Made with yield.sh