Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 305 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 305 Bytes

Thena Interface

Getting started

Install dependencies with yarn

yarn

Start the development server

yarn dev

Useful commands

Lint code

yarn lint

Generate production build

yarn build

Start application with production build

yarn serve