Personal website for Matt Rabe. Runs Next.js and was bootstrapped with create-next-app.
- Ensure proper node.js version. See section below.
- Run
npm installto install dependencies.
npm run dev
pnpm lint
This app is deployed using Vercel automatically, any time a PR is merged into the main branch.
See Vercel project here: https://vercel.com/matt-rabe/mattrabe-com
This monorepo requires a specific node.js version, set in package.json and .nvmrc.
Install nvm in order to maintain multiple node versions on a single machine.
To automatically keep your node version in sync, make your shell automatically look for and run .nvmrc when you change directories: https://github.com/nvm-sh/nvm#deeper-shell-integration
Run nvm use every time you open a new terminal or change directory into this repository.