OxyHQ / Mention

Home Page:https://mention.earth/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mention

Mention

Mention client
built with Next.js, React Query,
Prisma, PostgreSQL, and Supabase.


Mention

Features

Mention users can:

  • πŸ“± View the optimal layout for the interface depending on their device's screen size
  • 🎨 Tailor the interface to their preferences with custom themes and colors
  • πŸ”‘ Sign in with Oxy
  • 🎨 Customize profile (upload profile and banner images, change name, add description, location, and website)
  • πŸ‘€ See what other users are posting about and inspect their activity such as likes, reposts, and comments.
  • πŸ“· Share their moments - create and upload posts with up to 4 images.
  • πŸ’¬ Engage in conversation by replying to posts
  • ❀️ Give their approval with a like, or take it back
  • πŸ”„ Repost and quote posts - Share a post with their followers by reposting or quote it with their own thoughts and comments.
  • πŸ”– Save posts for later and organize them with bookmarks
  • πŸ”₯ View trending hashtags and create their own by including them in their posts
  • πŸ‘₯ Discover and follow other users, as well as inspect their profiles and posts.
  • πŸ“© Send and receive direct messages

Development workflow

Mention uses pnpm as a package manager, so make sure to install it first.

git clone https://github.com/OxyHQ/Mention.git
cd Mention
pnpm install
pnpm run dev

Environment Variables

Before running the development server, make sure to create .env and .env.local files in the root directory of the project and add the required environment variables. You can use the examples provided in the repository as a starting point: .env.example and .env.local.example.

cp .env.example .env
cp .env.local.example .env.local

Prisma

Mention uses Prisma as an ORM to interact with the database. Before running the development server, make sure to generate the Prisma client by running:

pnpm prisma generate

After generating the Prisma client, make sure to also push any changes to the database schema by running:

pnpm prisma db push

This ensures that the local database is up-to-date with any changes made to the schema in the codebase.

Contributing

License

Mention is licensed under the MIT License.

About

https://mention.earth/


Languages

Language:TypeScript 68.5%Language:SCSS 18.2%Language:JavaScript 11.7%Language:CSS 1.3%Language:Dockerfile 0.2%Language:HTML 0.1%Language:Shell 0.0%