Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 3.24 KB

README.md

File metadata and controls

76 lines (53 loc) · 3.24 KB

egeonder.dev

egeonder.dev is a Next.js project that powers my personal website. It has a blog and a portfolio page.

Build Contributors Forks Stargazers

Table of contents

Getting started

Prerequisites

This codebase uses pnpm, so you need to install pnpm globally to use it.

Installation

Install the dependencies using pnpm:

pnpm install

Usage

To start the development server, run:

pnpm dev

Tech Stack

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

Contributing

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.

License

This project is licensed under MIT License if you want to see more, please check LICENSE for more information.

⬆ Back to top