- Home page (URL: /)
- This page contains a hero section and a quote section.
- Projects page (URL: /projects)
- This page contains my projects and links to my other projects.
- About page (URL: /about)
- This page contains a short introduction.
main.tsx
- The entry point of the client.
root.tsx
- The main component of the component tree. This contains the main layout route and other routes.
index.css
- This file contains the global css rules.
app/
- This folder contains the types of the client side,
assets/
This folder contains images.
components/
This folder contains
- compnents and
- css files.
routes/
- This folder contains
- the page related components and
- css files.
errors/
- This folder contains
- the error pages related components and
- css files.
You need have Node.js 18 / 20+.
npm ci
npm run dev
The project use 5173.
MIT