| commit | 64d0636ec9e64e405f5e87eff796f76de9f31105 | [log] [tgz] |
|---|---|---|
| author | brian.le <brian.le@imply.io> | Wed Mar 15 12:13:03 2023 -0700 |
| committer | brian.le <brian.le@imply.io> | Wed Mar 15 12:13:03 2023 -0700 |
| tree | d992d96620b646ec9bea221ccd8e7fee68c1d666 | |
| parent | 7a05542c3bb2e080b84aaea08c18e83f834f19c5 [diff] |
move website pages to the correct directory
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.