Portfolio website to show off my skills and past projects.
View the website at www.cameronlee.site
Built in Typescript utilizing the Next.js React framework
-
Clone responsitory
-
Ensure npm or equivalent is installed on your system
-
Open a command line and cd into:
/Portfolio-Site/
-
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Open http://localhost:3000 with your browser to see the result.