This is the repository for the digital project, "Projections Maybe Postures," by Jen Rosenblit and Kate Brandt, published by Triple Canopy. The project can be found here.
$ yarn
Two commands should be run in two separate console windows:
$ gulp watch
$ yarn start
If you get an error like the following after running gulp watch
rosenblit (master) % gulp watch
/<path to dir>/node_modules/node-sass/lib/binding.js:15
throw new Error(errors.missingBinary());
^
You'll need to rebuild node-sass
:
$ npm rebuild node-sass
$ gulp build
$ git push heroku master