KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
taxi-together-client
★ 119
Open GitHub ↗
一起打车吧微信小程序客户端
Download README (.md)
Explore Similar Repositories
PackageConfig
:
A Swift Package that allows you to define configuration settings inside a Package.swift
php-commitizen
:
PHP Commitizen - A CLI tool used to create commits according to Conventional Commits specification
compare
:
Compare HAR files.
Zint-Barcode-Generator-for-Delphi
:
Zint Barcode Generator for Delphi
sky-island
:
FaaS platform for running raw Go functions.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
taxi-together-client
?
Download (.md)
# taxi-together-client 一起打车吧微信小程序客户端 # 小程序二维码  # 服务端代码 [taxi-together-server](https://github.com/jrainlau/taxi-together-server) # 开发说明 本小程序使用[Mpvue](https://github.com/Meituan-Dianping/mpvue)进行开发。 运行客户端: ``` git clone https://github.com/jrainlau/taxi-together-client.git cd taxi-together-client npm i # develop mode npm start # production mode npm run build ``` 运行服务端: ``` git clone https://github.com/jrainlau/taxi-together-server.git cd taxi-together-server pip3 install -r requirement.txt python3 index.py ``` # Lisence MIT