FixMyBerlin / mdx-as-prop-demo

Testcase for https://github.com/gatsbyjs/gatsby/discussions/37509

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

Getting Started

For starting developing, the following steps could be helpful for getting started:

  • Use or nvm to install Node.js: nvm use
  • Install dependenices: npm install
  • Start gatsby develop service: npm start
  • Use npm run build && npx serve public to test the build
  • Husky: We run our checks on push. Use git push --no-verify to force-skip them.

There is a .env.development and a .env.production file, which provide the keys to some services.

About

Testcase for https://github.com/gatsbyjs/gatsby/discussions/37509

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 73.8%Language:JavaScript 25.8%Language:CSS 0.4%