azezsan / Chatgroop

Home Page:https://core-chatgroop.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatgroop

Quick Start

To get it running, follow the steps below:

Setup dependencies

# Install dependencies
npm install

# Create a `.env` for nextjs using the `.env.example` schema and fill the blanks
# You will have to have a Auth0 Account

# After that run it locally
npm run dev

About

Ever wondered how simple hop's channels can be? Stop right here! This is the perfect example to get you running with perfect hop's channels!

It uses Turborepo and contains:

apps
 |- expo
     |- Expo SDK 46
     |- React Native using React 18
     |- Tailwind using Nativewind
     |- Hop's Client
 |- next.js
     |- React 18
     |- TailwindCSS
     |- Hop's Client
packages
 |- tsconifg
     |- shared tsconfig files
 |- tailwind-config
     |- shared tailwind config file
 |- components
     |- shared React components

References

DevPost This project's DevPost

About

https://core-chatgroop.vercel.app

License:MIT License


Languages

Language:TypeScript 88.2%Language:JavaScript 10.3%Language:CSS 0.9%Language:Shell 0.6%