https://github.com/exonymos/exonymos.me
A personal website where I share my projects and learnings.
https://github.com/exonymos/exonymos.me
mdx nextjs personal-website portfolio typescript vercel
Last synced: 2 months ago
JSON representation
A personal website where I share my projects and learnings.
- Host: GitHub
- URL: https://github.com/exonymos/exonymos.me
- Owner: Exonymos
- License: mit
- Created: 2024-08-25T14:39:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-04T12:37:17.000Z (12 months ago)
- Last Synced: 2025-09-14T07:21:19.173Z (9 months ago)
- Topics: mdx, nextjs, personal-website, portfolio, typescript, vercel
- Language: TypeScript
- Homepage: https://exonymos.me
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [exonymos.me](https://exonymos.me/)
My personal website, built with [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Upstash](https://upstash.com), [Contentlayer](https://www.contentlayer.dev/) and deployed to [Vercel](https://vercel.com/).
[](https://github.com/Exonymos/exonymos.me/blob/main/LICENSE)
[](https://github.com/Exonymos/exonymos.me/issues)
[](https://github.com/Exonymos/exonymos.me/commits/main)
[](https://github.com/Exonymos/exonymos.me/stargazers)
[](https://github.com/Exonymos/exonymos.me/network)
## Table of Contents
- [Table of Contents](#table-of-contents)
- [About](#about)
- [Tech Stack](#tech-stack)
- [Features](#features)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)
## About
This is my personal website where I share my thoughts, showcase my projects, and experiment with the latest web technologies. The site is designed to be functional and visually appealing, utilizing some of the most powerful tools available in modern web development.
## Tech Stack
- **Framework**: [Next.js](https://nextjs.org/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Data Storage**: [Upstash](https://upstash.com)
- **Content Management**: [Contentlayer](https://www.contentlayer.dev/)
- **Deployment**: [Vercel](https://vercel.com/)
## Features
- Fast and scalable web applications
- Custom designs with Tailwind CSS
- Serverless data storage with Upstash
- Seamless content management with Contentlayer
- Deployed on Vercel for quick load times and easy maintenance
## Getting Started
To get a local copy up and running, follow these simple steps:
### Prerequisites
- Node.js
- pnpm
### Installation
1. Clone the repo:
```sh
git clone https://github.com/Exonymos/exonymos.me.git
```
2. Install pnpm packages:
```sh
pnpm install
```
3. Run the development server:
```sh
pnpm dev
```
## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See [LICENSE](https://github.com/Exonymos/exonymos.me/blob/main/LICENSE) for more information.