My personal website
Go to file
WinsDominoes a66889b6e4 minor spelling mistake 2023-12-21 23:16:21 +07:00
app minor spelling mistake 2023-12-21 23:16:21 +07:00
public added mc server info 2023-12-21 23:14:27 +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 random 2023-12-21 12:14:17 +07:00
package.json random 2023-12-21 12:14:17 +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.