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