Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 579 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 579 Bytes

stablecoins.wtf

Follow us on Twitter, anon.

Cover Image

Getting Started

# Install pnpm
npm i -g pnpm

# Install dependencies
pnpm install

# Copy & fill environments
cp packages/frontend/.env.local.example packages/frontend/.env.local

Development

I reommend developing in VSCode by opening the workspace file located at .vscode/*.code-workspace and installing recommended plugins listed in .vscode/extensions.json.

# Start development (frontend)
pnpm dev