Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 370 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 370 Bytes

Website

https://longportapp.com/en/learn

Installation

$ bun install

Local Development

$ bun run dev

Run with zh-CN version:

$ bun run dev:zh-CN

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ bun run build