A minimal portfolio created with Next.js, Tailwind and Vercel
Follow these steps to run a local copy
- Clone the repo
git clone https://github.com/craigwheeler/portfolio.git
- Install packages
yarn install
- Run the server
yarn dev
yarn build
yarn start