This project keeps all sources used for building up Dromara official website which's served at https://dromara.org. and It is built using https://docsite.js.org/.
npm install
npm run build
npm run start
Then you can access the url https://127.0.0.1:8085/en-us/.
- Create new branch
- Commit and push changes to content (e.g. The
.md
file in/docs
、/blog
), you also see https://docsite.js.org/zh-cn/docs/doc.html for more detail about writing blog/document. - Submit pull request to
main
branch