My personal website built with Next.js.
First, install the dependencies:
npm i
# or
pnpm i
Then, run development server:
npm run dev
# or
pnpm run dev
Finally, create a local env file. Refer to .env.example.
Open http://localhost:3000 with your browser to view the app.
This project is licensed under the MIT License - see the LICENSE file for details.