commit | 8957c6f143ed9f9e83e9eada46414b38c70c4b75 | [log] [tgz] |
---|---|---|
author | Daniel Jilg <daniel@telemetrydeck.com> | Fri Mar 24 15:56:11 2023 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 24 15:56:11 2023 +0100 |
tree | 064e24cccb500b079f1487c2aad817498e3567de | |
parent | 2f06dbb4a4868be62eed2280b4ab6d4482a6ce28 [diff] |
Adding TelemetryDeck to druid-powered.md
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
Ideally we would not be checking in the css
directory and just build it as part of the deploy process.
See CONTRIBUTING.md.