Built with Gatsby, the blog supports live code editing/execution and react rendering.
- Typography powered by Typography.js
- Live Code Editing powered by React-Live
- Styling in Live Code powered by styled-components (if available for the post)
- Content written in MDX/React
- Code written in TypeScript and styled using SCSS Modules
yarn install
yarn dev
# To deploy to the specifed domain
yarn deploy
# See package.json scripts
Note:
If using the title
prop in a code block, use
to add spaces.