fix: updated Transformations in Tutorial
2 files changed
tree: eec0974a1428acc1ca204dbf993c6fb964498bae
  1. .github/
  2. .idea/
  3. blog/
  4. community/
  5. docs/
  6. gitpod-scripts/
  7. info/
  8. livedemo/
  9. src/
  10. static/
  11. versioned_docs/
  12. versioned_sidebars/
  13. .asf.yaml
  14. .gitignore
  15. .gitpod.Dockerfile
  16. .gitpod.yml
  17. .lycheeignore
  18. .nvmrc
  19. babel.config.js
  20. docusaurus.config.js
  21. package-lock.json
  22. package.json
  23. README.md
  24. sidebars.js
  25. sidebarsCommunity.js
  26. sidebarsLivedemo.js
  27. tailwind.config.js
  28. test_server.sh
  29. versions.json
README.md

Apache DevLake Website

This project keeps all sources used for building up DevLake's official website which is served at https://devlake.apache.org/.

Prerequisite

Please also make sure your node version is 16.14+, version lower than 16.14.x is not supported yet.

💻 Start contributing from any browser or Chromebook

Start developing and make changes to the code via a single click without any prior setup for free Anytime-Anywhere!

Open in Gitpod

Some Recommendations while using Gitpod:


Installation

NOTE: You can follow the below instructions to setup your developer environment in your local machine or use the gitpod method specified above to code without any prior setup ⚡️ as suggested above as well!

  1. Run yarn install or yarn in the root directory to install the dependencies.
  2. Run yarn start in the root directory to start a local server, you will see the website in http://localhost:3000.

Make sure you have the node version >=16.14. If you have a lower version of node installed, you may consider setting up nvm to allow different versions of node coexisting on your machine.

  1. Follow the instructions to install and setup nvm
  2. Run nvm install v16.14 to install node v16.14
  3. Run nvm use v16.14 to switch the working environment to node v16

How to send a PR

  1. Do not use git add . to commit all the changes.
  2. Just push your changed files, such as:
  • *.md
  • blog.js or docs.js or site.js
  1. Send a PR to main branch.

For detailed steps to create a PR, please refer: Development Workflow page

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.