Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 331 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 331 Bytes

Lean in the browser

For development:

Make sure lean or ./lean is available on the command line. Run npm install and npm run dev. Open your browser at http://localhost:3000/.

For production:

Make sure lean or ./lean is available on the command line. Run npm install and npm run build and npm run start.