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 10+, version lower than 10.x is not supported yet.
- Run
yarn install
oryarn
in the root directory to install the dependencies. - Run
yarn start
in the root directory to start a local server, you will see the website in http://localhost:3000.
If you have higher version of node installed, you may consider nvm
to allow different versions of node
coexisting on your machine.
- Follow the instructions to install nvm
- Run
nvm install v10.23.1
to install node v10 - Run
nvm use v10.23.1
to switch the working environment to node v10
- Do not use
git add .
to commit all the changes. - Just push your changed files, such as:
*.md
- blog.js or docs.js or site.js
- Send a PR to main branch.
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.