This is my portfolio website, built with Next.js and Tailwind CSS.
Cpoy the .env.example
file and rename it to .env.local
. Then, fill in the environment variables with your own values.
First, install the dependencies:
pnpm install
Then, run the development server:
pnpm run dev
Open http://localhost:3000 with your browser to see the result. The documentation page is located at http://localhost:3000/docs.