This is my portfolio website, proudly built with Next.js, TypeScript, Tailwind. The content is managed through GraphCMS and accessed via GraphQL endpoints using Apollo Client.
- Fork or Clone the project
- Run
yarn install
- Example .env file:
NEXT_PUBLIC_GA_ID=
NEXT_PUBLIC_FORM_URL=
NEXT_PUBLIC_GRAPHCMS=
-
NEXT_PUBLIC_GA_ID: Google Analytics
-
NEXT_PUBLIC_FORM_URL: Form to submit contact info (endpoint.space recommended)
-
Run
yarn dev
-
Your site is now running at
http://localhost:3000
!
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!