Skip to content

SammyRobensParadise/portfolio

Repository files navigation

Portfolio

My Portfolio built with: React, Next.js, Express.js, TypeScript, Three.js and TailwindCSS!

Sammy-Biking-Grey

Local Development

Install dependencies

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deployment

The easiest way to deploy Next.js apps is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.