Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/triyanox/portfolio.v2
- Owner: triyanox
- Created: 2022-06-14T05:33:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T18:19:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T14:08:56.830Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.achaq.dev/
- Size: 5.11 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.