| home | title | heroText | tagline | footer |
|---|---|---|---|---|
true |
首页 |
编程学习 |
Study one by one. |
MIT Licensed |Copyright ©2021-present Curder |
# install in your project
yarn
# start writing
yarn watch
# build to static files
yarn prod# install in your project
npm install
# start writing
npx watch
# build to static files
npx prod