Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

FixMyBerlin/mdx-as-prop-demo

Repository files navigation

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.