Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 572 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 572 Bytes

Crypto Rastas Dapp

Layout Prototype

Getting Started

Install dependencies

pnpm install

Development

Run the development server:

pnpm dev

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

Build

Run the production build

pnpm build

Run the production (local) server:

pnpm start

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