pr www
1.0.0
此存儲庫持有網站投資組合報告。它為API提供的數據提供了用戶界面。
請使用討論論壇獲得幫助並討論改進。
先決條件:
# Clone repository
$ git clone ...
# Install dependencies
$ pnpm install --frozen-lockfile創建.env配置文件或相應的環境變量:
# Use this URL as baseUrl for API requests
API_URL =https://... # serve with hot reload at localhost:3000
$ pnpm dev
# generate static files and serve them
$ pnpm generate
$ pnpm start