egeonder.dev is a Next.js project that powers my personal website. It has a blog and a portfolio page.
This codebase uses pnpm, so you need to install pnpm
globally to use it.
Install the dependencies using pnpm
:
pnpm install
To start the development server, run:
pnpm dev
egeonder.dev is a Next.js project that uses the following technologies:
Technology | Description |
---|---|
PNPM | Used for package management |
TypeScript | Used for the main programming language of the project |
Next.js | Powers the whole project |
Tailwind CSS | Used for styling the project |
PostgreSQL | Used for the main database of the project |
Drizzle | Manages and generates SQL for the database |
GitHub Actions | Used for the main CI pipeline for the project |
Contributions to the project is highly appreciated. If you have any suggestions/questions/requests please consider opening an issue. If you want to contribute to the project, fixing an open issue is greatly recommended and appreciated. To see the all contribution rules please check the contribution rules.
This project is licensed under MIT License
if you want to see more, please check LICENSE for more information.