Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tructn/truc9.github.io
https://github.com/tructn/truc9.github.io
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tructn/truc9.github.io
- Owner: tructn
- License: mit
- Created: 2023-07-05T19:47:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T08:30:46.000Z (3 months ago)
- Last Synced: 2025-01-14T18:03:25.996Z (29 days ago)
- Language: TypeScript
- Homepage: https://trucnt.vercel.app
- Size: 3.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdillionverma%2Fportfolio)
Built with next.js, [shadcn/ui](https://ui.shadcn.com/), and [magic ui](https://magicui.design/), deployed on Vercel.
# Features
- Setup only takes a few minutes by editing the [single config file](./src/data/resume.tsx)
- Built using Next.js 14, React, Typescript, Shadcn/UI, TailwindCSS, Framer Motion, Magic UI
- Includes a blog
- Responsive for different devices
- Optimized for Next.js and Vercel# Getting Started Locally
1. Clone this repository to your local machine:
```bash
git clone https://github.com/dillionverma/portfolio
```2. Move to the cloned directory
```bash
cd portfolio
```3. Install dependencies:
```bash
pnpm install
```4. Start the local Server:
```bash
pnpm dev
```5. Open the [Config file](./src/data/resume.tsx) and make changes
# License
Licensed under the [MIT license](https://github.com/dillionverma/portfolio/blob/main/LICENSE.md).