Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 449 Bytes

Smart-Beaver

Main UI app for smart beaver. Handles user inputs, code preview and integrates with code-generator wasm module. For more general information about this app go to our docs page https://smart-beaver.github.io/

Getting Started

Make sure that you are using Node 18.0+

First, run the development server:

pnpm install
pnpm dev

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