- Clone repo:
git clone git@bitbucket.org:mediacurrent/mis_gatsby_demo.git
- cd into
mis_gatsby_demo
(or whatever directory name you assigned when cloning) - Run
nvm install
(NVM needs to be installed). - Run
nvm use
to use version of node specified in.nvmrc
. - Run
npm install
to install all node dependencies - Rename the
default.env
file to.env
. - Update the BASE_URL to point to local or remote drupal site.
- Update the HOME_ALIAS to drupal's homepage as needed.
- Run
npm run develop
to start Gatsby server. - In command line click localhost:8000 link.
- Have fun!