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.
- User authentication
- User profiles
- Posts
- Comments
- Likes
- Follows
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
This project is licensed under the MIT License - see the LICENSE file for details.