How the Daily Bruin likes using Gatsby. Note this starter combines a couple of other in-house DB tools, like gatsby-source-kerckhoff, which draws from our site manager Kerckhoff and Lux, our React-based design system.
Make sure you have Yarn the Gatsby CLI installed.
gatsby new <your-project-name> https://github.com/dailybruin/gatsby-starter-dailybruin
To develop:
yarn start
To build:
yarn build