fix
1 file changed
tree: ab8e0a8066e606417cf30af3564c69a4096bf2af
  1. _data/
  2. _images/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. assets/
  7. blog/
  8. community/
  9. css-apache/
  10. data/
  11. docs/
  12. fonts/
  13. img/
  14. scss/
  15. version/
  16. .gitignore
  17. _config.yml
  18. CONTRIBUTING.md
  19. downloads.md
  20. downloads_apache.html
  21. druid-powered.md
  22. druid.md
  23. faq.md
  24. Gemfile
  25. google7061d72c536b2e8d.html
  26. gulpfile.js
  27. index.html
  28. index_apache.html
  29. libraries.md
  30. licensing.md
  31. package-lock.json
  32. package.json
  33. README.md
  34. release.sh
  35. robots.txt
  36. technology.md
  37. thanks.md
  38. use-cases.md
README.md

Druid Project Website

https://druid.apache.org/

Building

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.