blob: 0c89b51b3b1d8b1df0b7581dbb780b141e196f81 [file] [log] [blame] [view]
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](https://github.com/apache/druid-website-src/blob/master/CONTRIBUTING.md).