This repo contains the source code and documentation powering mk.react.dev.
- Git
- Node: any version starting with v16.8.0 or greater
- Yarn: See Yarn website for installation instructions
- A fork of the repo (for any contributions)
- A clone of the mk.react.dev repo on your local machine
cd mk.react.devto go into the project rootyarnto install the website's npm dependencies
yarn devto start the development server (powered by Next.js)open http://localhost:3000to open the site in your favorite browser