My portfolio! Built in TypeScript with Next.js and Tailwind CSS. Animations powered by React Spring.
Recently updated to use the latest in Next.js 13 features including app routing, layouts, and server components.
Click the screenshot to visit the application!
clone the repository:
git clone git@github.com:r0b4dams/portfolio.git
install dependencies:
yarn
after installation, start the development server:
yarn dev
create a production build:
yarn build
start the app in production:
yarn start
