This is the source code for Yosita's portfolio website, built with Next.js and Tailwind CSS.
To install the dependencies, run:
npm install
To start the development server, run:
npm run dev
To build the project for production, run:
npm run build
.gitignore
next-env.d.ts
next.config.ts
package.json
postcss.config.mjs
public/
README.md
src/
app/
globals.css
layout.tsx
page.tsx
tailwind.config.ts
tsconfig.json
This project is licensed under the MIT License.