My personal website
Go to file
WinsDominoes a7de79cec2 1st stage clean up 2023-12-23 11:21:03 +07:00
app 1st stage clean up 2023-12-23 11:21:03 +07:00
public 1st stage clean up 2023-12-23 11:21:03 +07:00
.eslintrc.json added education page 2023-12-21 11:45:11 +07:00
.gitignore added education page 2023-12-21 11:45:11 +07:00
README.md Fixed README 2023-12-03 23:08:08 +07:00
next.config.js Initial Commit 2023-12-03 23:02:09 +07:00
package-lock.json 1st stage clean up 2023-12-23 11:21:03 +07:00
package.json 1st stage clean up 2023-12-23 11:21:03 +07:00
postcss.config.js Initial Commit 2023-12-03 23:02:09 +07:00
tailwind.config.ts Initial Commit 2023-12-03 23:02:09 +07:00
tsconfig.json Initial Commit 2023-12-03 23:02:09 +07:00

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.