https://github.com/longbridge/wiki-docs
https://github.com/longbridge/wiki-docs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/longbridge/wiki-docs
- Owner: longbridge
- Created: 2024-06-03T05:42:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T01:53:41.000Z (over 1 year ago)
- Last Synced: 2025-01-10T04:13:08.566Z (over 1 year ago)
- Language: MDX
- Size: 22.1 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```