https://github.com/decryptu/decrypt-portfolio
Source code for Decrypt.im's portfolio website, designed and developed using Next.js and TypeScript. The site utilizes Tailwind CSS for styling and is hosted on Vercel, showcasing the capabilities in web design and development.
https://github.com/decryptu/decrypt-portfolio
nextjs portfolio tailwindcss vercel webdesign
Last synced: 2 months ago
JSON representation
Source code for Decrypt.im's portfolio website, designed and developed using Next.js and TypeScript. The site utilizes Tailwind CSS for styling and is hosted on Vercel, showcasing the capabilities in web design and development.
- Host: GitHub
- URL: https://github.com/decryptu/decrypt-portfolio
- Owner: Decryptu
- License: mit
- Created: 2023-05-09T17:56:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T09:02:43.000Z (3 months ago)
- Last Synced: 2025-03-23T20:51:42.094Z (2 months ago)
- Topics: nextjs, portfolio, tailwindcss, vercel, webdesign
- Language: TypeScript
- Homepage: https://decrypt.im/
- Size: 180 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [decrypt.im](https://decrypt.im)
My personal website, built with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Upstash](https://upstash.com?ref=decrypt.im), [Contentlayer](https://www.contentlayer.dev/) and deployed to [Vercel](https://vercel.com/).

## Running Locally
Create a `.env` file similar to [`.env.example`](https://github.com/Decryptu/decrypt-portfolio/blob/main/.env.example).
Then install dependencies and run the development server:
```sh-session
bun install
bun dev
```## Cloning / Forking
Please remove all of my personal information (projects, images, etc.) before deploying your own version of this site.