commit | 15b21afcca814e4a8fb5e619e91ae089b43cbb07 | [log] [tgz] |
---|---|---|
author | yumengwang03 <yumeng.wang@merico.dev> | Thu May 18 15:32:23 2023 +0800 |
committer | yumengwang03 <yumeng.wang@merico.dev> | Thu May 18 15:32:23 2023 +0800 |
tree | eec0974a1428acc1ca204dbf993c6fb964498bae | |
parent | ed60d4076c4f66b0562255725b177451c85ab1e7 [diff] |
fix: updated Transformations in Tutorial
This project keeps all sources used for building up DevLake's official website which is served at https://devlake.apache.org/.
Please also make sure your node version is 16.14+, version lower than 16.14.x is not supported yet.
Start developing and make changes to the code via a single click without any prior setup for free Anytime-Anywhere!
Some Recommendations while using Gitpod:
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!
yarn install
or yarn
in the root directory to install the dependencies.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.
nvm install v16.14
to install node v16.14nvm use v16.14
to switch the working environment to node v16git add .
to commit all the changes.*.md
For detailed steps to create a PR, please refer: Development Workflow page
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.