Skip to content

A simple socials platform for egg antifan built with Next.js, ElysiaJS, and TailwindCSS

License

Notifications You must be signed in to change notification settings

tiesen243/egg-community

Repository files navigation

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.

About

A simple socials platform for egg antifan built with Next.js, ElysiaJS, and TailwindCSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published