Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 422 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 422 Bytes

Edgeless Bot Dashboard

Built with Modern.js

Setup

Install the dependencies:

yarn install

Get Started

Start the dev server:

yarn dev

Enable optional features or add a new entry:

yarn new

Build the app for production:

yarn build

Preview the production build locally:

yarn serve

For more information, see the Modern.js documentation.