// Have to write the description of the company
- User authentication
- Ability to create text, image, or combined posts
- Ability to follow other users
- Ability to like and comment on posts
- "Highlights" tab: posts from those you follow
- "Everyone" tab: all posts in reverse chronological order
To run the app locally, follow these steps:
- Clone this repository.
- Open the terminal at the root of the repository.
- Install dependencies with
pnpm install. - Run the app with
pnpm dev.