Skip to content

stablecoins-wtf/stablecoins.wtf

Repository files navigation

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