Create an apache yam file for the website

We need to put the web pages into the asf-site branch for the website hosting.
1 file changed
tree: 8c97806991b963be1454e1245f8011226647b576
  1. .github/
  2. .idea/
  3. blog/
  4. community/
  5. docs/
  6. i18n/
  7. src/
  8. static/
  9. .asf.yaml
  10. .gitignore
  11. babel.config.js
  12. docusaurus.config.js
  13. package-lock.json
  14. package.json
  15. README.md
  16. sidebars.js
  17. sidebarsCommunity.js
  18. 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.