My personal website
Go to file
Win 429f8d615c added donation page 2024-09-18 18:29:17 +07:00
app added donation page 2024-09-18 18:29:17 +07:00
public
.eslintrc.json
.gitignore
DOCKER.md Added Docker Documentation 2024-07-08 11:36:14 +07:00
Dockerfile
LICENSE
README.md
next.config.js
package-lock.json added donation page 2024-09-18 18:29:17 +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