/developer-site

A site for my blogs, self, and other stuff I'd like to share.

Primary LanguageTypeScriptMIT LicenseMIT

Jayant's Dev Site Jayant's Developer Site
Blogs, experiments, etc.

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

Development Instructions

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.