fix link
1 file changed
tree: 30d0d24ae47cd1ad74d471833feba7121a2d2d46
  1. _data/
  2. _images/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. assets/
  7. css-apache/
  8. css-extra/
  9. data/
  10. docs/
  11. fonts/
  12. img/
  13. scss/
  14. src/
  15. static/
  16. .gitignore
  17. babel.config.js
  18. CONTRIBUTING.md
  19. docusaurus.config.js
  20. downloads_apache.html
  21. google7061d72c536b2e8d.html
  22. package-lock.json
  23. package.json
  24. README.md
  25. release.sh
  26. robots.txt
  27. sidebars.json
  28. yarn.lock
README.md

Druid Project Website

https://druid.apache.org/

Building

The site requires Node 10.24.1 - ensure that you use this version of node. For example, if you're using nvm:

nvm install 10
nvm use 10

Setup (you only need to do this once):

npm install
bundle install

Every time you want to run the site:

gulp
npm start

Notes

Ideally we would not be checking in the css directory and just build it as part of the deploy process.

Contributing

See CONTRIBUTING.md.