Skip to content

yosita-rd/yosita-portfolio

Repository files navigation

Yosita's Portfolio

This is the source code for Yosita's portfolio website, built with Next.js and Tailwind CSS.

Table of Contents

Installation

To install the dependencies, run:

npm install

Development

To start the development server, run:

npm run dev

Build

To build the project for production, run:

npm run build

Folder Structure

.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

Technologies Used

License

This project is licensed under the MIT License.