fix(doc): modify format
1 file changed
tree: a9b40471fc930a61fb95e2bdd292e89ba70ed9b3
  1. .github/
  2. .idea/
  3. blog/
  4. community/
  5. docs/
  6. i18n/
  7. src/
  8. static/
  9. .gitignore
  10. babel.config.js
  11. docusaurus.config.js
  12. package-lock.json
  13. package.json
  14. README.md
  15. sidebars.js
  16. sidebarsCommunity.js
  17. test_server.sh
README.md

DevLake Website

Welcome to visit the DevLake website!

Installation

  1. In your command line tool, go to this directory and run yarn.

  2. Run yarn start and your browser will open at http://localhost:3000. To run on a different port, run yarn start -- -- port xxxx.

Blog Submission

We'd love to hear your thoughts both in creating and using DevLake! To submit a blog post to DevLake Blog, please follow the instructions here.