| commit | 7a05542c3bb2e080b84aaea08c18e83f834f19c5 | [log] [tgz] | 
|---|---|---|
| author | Vadim Ogievetsky <vadim@ogievetsky.com> | Mon Feb 27 09:39:22 2023 -0800 | 
| committer | GitHub <noreply@github.com> | Mon Feb 27 09:39:22 2023 -0800 | 
| tree | b1bd0ebfb4b38f67768c23836d7622a9d12ef522 | |
| parent | f811f813513fdf269e8e4aeb17fff8155053e9bf [diff] | |
| parent | f4e8cf97e841031ff031d2e97af2278a5e58dd41 [diff] | 
Merge pull request #374 from petermarshallio/202302-logoR 202302-logoRegisteredMarks
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.