-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2cc6a0
commit 344172e
Showing
1 changed file
with
0 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1 @@ | ||
<div align="center"> | ||
<img alt="Portfolio" src="https://github.com/dillionverma/portfolio/assets/16860528/57ffca81-3f0a-4425-b31d-094f61725455" width="90%"> | ||
</div> | ||
|
||
# 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). |