foresight-gatsby-starter
v0.0.3
Published
A starter for GatsbyJS with a preconfigured MDX, Storybook and ESLint environment
Downloads
2
Readme
foresight-gatsby-starter
A starter for Gatsby jam-packed with goodies
Features
- 📝 Gatsby MDX for creation of pages with Markdown + JSX
- 📚 Storybook for sandboxed component testing and documentation
- 👩🎤emotion for CSS-in-JS
- 🎨 bodypaint for easy media queries
- 🧙🏽♀️ @open-sorcerers/breakpoints for easy responsive tooling during development (Check Toggle Breakpoints below!)
- 💌 ESLint with opinions 😉
- 🍯 Prettier for building without bike-shedding
- 🎆 nps for running scripts with sanity
Getting started
Install this starter (make sure you install gatsby-cli
first) by running the following command:
gatsby new YOURPROJECT https://github.com/open-sorcerers/foresight-gatsby-starter
Development
This project uses nps to run things. (Install it with yarn global add nps
or npm i -g nps
).
Run nps
in the project directory to see the runnable commands.
Issues and Bugs
Report issues or bugs here if you have issues running this project.