Update src/pages/use-cases.md
1 file changed
tree: a9a3bbba4606eb4cf3d6215866fccbfce7343b40
  1. assets/
  2. css-apache/
  3. css-extra/
  4. data/
  5. docs/
  6. fonts/
  7. img/
  8. scss/
  9. src/
  10. static/
  11. .gitignore
  12. babel.config.js
  13. CONTRIBUTING.md
  14. docusaurus.config.js
  15. downloads_apache.html
  16. google7061d72c536b2e8d.html
  17. package-lock.json
  18. package.json
  19. README.md
  20. redirects.js
  21. release.sh
  22. robots.txt
  23. sidebars.json
  24. 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.