Skip to content

willin/wealth

Repository files navigation

Wealth

Demo Site: https://wealth.willin.wang

教程说明

赞助 Sponsor

如果您对本项目感兴趣,可以通过以下方式支持我:

Donation ways:

许可证 License

Apache-2.0


开发 Development

# init db
npx wrangler d1 migrations apply wealth --local

# optional import data
npx wrangler d1 execute wealth --file /PATH/data.sql --local