Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/triyanox/portfolio.v2

☘️ My digital garden on the web
https://github.com/triyanox/portfolio.v2

Last synced: 17 days ago
JSON representation

☘️ My digital garden on the web

Awesome Lists containing this project

README

        

# My Personal Website

This is my personal website built with [Next.js](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), [React](https://reactjs.org/), and [Tailwind CSS](https://tailwindcss.com/), and [MySQL](https://www.mysql.com/) as a database hosted on [PlanetScale](https://www.planetscale.com/) and deployed on [Vercel](https://vercel.com/).

## Project Structure

This project is split into the following sections:

- [Components](/components)
- [Pages](/pages)
- [Data](/data)
- [Layouts](/layouts)
- [Posts](/posts)
- [Styles](/styles)
- [Scripts](/scripts)

## Libraries

This project includes the following libraries:

- [React](https://reactjs.org/)
- [Next.js](https://nextjs.org/)
- [vercel](https://vercel.com/)
- [PlanetScale](https://planetscale.com/)
- [Prisma](https://www.prisma.io/)
- [MySQL](https://www.mysql.com/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [MDX](https://mdxjs.com/)
- [Framer Motion](https://framer.com/motion/)

## Usage

First clone the repository:

```bash
git clone https://github.com/triyanox/portfolio.v2.git
```

Then install the dependencies:

```bash
yarn
```

Then run the development server:

```bash
yarn dev

```

Then head over to the [localhost:3000](http://localhost:3000) URL to see the site.

## Disclaimer

You can use this project for educational purposes only.