| commit | a3bae55673a9c93615e46841c6c3e5bdcaf27b51 | [log] [tgz] |
|---|---|---|
| author | Katya Macedo <38017980+ektravel@users.noreply.github.com> | Thu Jun 08 14:03:21 2023 -0500 |
| committer | GitHub <noreply@github.com> | Thu Jun 08 12:03:21 2023 -0700 |
| tree | d27622fed86125415798a104d06e34db155dccde | |
| parent | b5a033fd35395abd80bd85c26f1a9d41aeb9ba92 [diff] |
Style src pages (#5) Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> Co-authored-by: brian.le <brian.le@imply.io>
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.