Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.1 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.1 KB

Egg Community

This is a social network for the Egg Community. It is built with the T3 Stack, which is a full-stack framework for building modern web applications.

Tech Stack

Features

  • User authentication
  • User profiles
  • Posts
  • Comments
  • Likes
  • Follows

Getting Started

To get started, clone this repository and run the following commands:

# using npm
npm install

# using yarn
yarn install

# using pnpm
pnpm install

# using bun
bun install

Then, add a .env file to the root of the project with the following environment variables:

cp .env.example .env

Finally, run the following command to start the development server:

# using npm
npm run dev

# using yarn
yarn dev

# using pnpm
pnpm dev

# using bun
bun dev

License

This project is licensed under the MIT License - see the LICENSE file for details.