My personal website
Go to file
Win e750994294 add imagher 2025-02-17 19:15:34 +07:00
app Added more stuff 2024-12-14 20:52:29 +07:00
public add imagher 2025-02-17 19:15:34 +07:00
.eslintrc.json
.gitignore
DOCKER.md
Dockerfile
LICENSE
README.md
next.config.js
package-lock.json Compressed images 2024-12-14 15:53:47 +07:00
package.json
postcss.config.js
tailwind.config.ts
tsconfig.json

README.md

Win's Personal Website

My first ever React, Next.js and TypeScript project!

Getting Started

First, 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.

Build

npm run build
npm run start