An open API service indexing awesome lists of open source software.

https://github.com/longbridge/wiki-docs


https://github.com/longbridge/wiki-docs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# 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
```