Skip to content

Nikitosiki/PostHub-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Welcome to PostHub

GitHub License Static Badge React Supabase TailwindCSS NextUI Framer-motion

This is a new platform for publishing your amazing posts. Here, you'll find a variety of different topics and interests. You can create whatever you like, generate new posts, engage in discussions in the comments, or simply read the latest updates and react to them. A convenient filtering and posting system will help you browse only the content that interests you, while interactions with other participants will keep things exciting.

Preview-compress

🛠 Development

Environment setup

You need to get the Supabase and TinyMCE keys and create an env file by defining the following variables:

VITE_SUPABASE_URL=https://[YOUR_PROJECT_ID].supabase.co
VITE_SUPABASE_ANON_KEY=******
VITE_TINYMCE_KEY=******

When developing use:

yarn dev

A development server will automatically open the project in your browser. Normally here: http://localhost:8080.

To build the project use:

yarn build

A web ready folder will be created in /dist/.