Website for Goldsmiths MA Computation Arts 2017 final show.
- Gatsby, a React.js static site generator
- mobX and mobX-react for state management
- Babel to process new javascript
- Stylus to process new css
- webpack to process everything together
- Stylint and ESLint to process the fact that I care about code style
- react-transition-group and GSAP for swish animations
This project uses Yarn for dependency management, installation instructions can be found here.
yarn start- run in development modeyarn run build- build siteyarn run serve- serves built siteyarn run lint- checks you're not writing shit code