https://github.com/nikitosiki/posthub-app
A simple and cozy forum for your posts.
https://github.com/nikitosiki/posthub-app
forum postgresql react supabase tailwindcss typescript
Last synced: 12 months ago
JSON representation
A simple and cozy forum for your posts.
- Host: GitHub
- URL: https://github.com/nikitosiki/posthub-app
- Owner: Nikitosiki
- License: mit
- Created: 2023-09-27T19:02:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T16:37:34.000Z (about 2 years ago)
- Last Synced: 2025-06-27T17:12:38.540Z (12 months ago)
- Topics: forum, postgresql, react, supabase, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://posthub-prod.vercel.app
- Size: 14.5 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
🚀 Welcome to PostHub
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.

## 🛠Development
Environment setup
You need to get the Supabase and TinyMCE keys and create an env file by defining the following variables:
```bash
VITE_SUPABASE_URL=https://[YOUR_PROJECT_ID].supabase.co
VITE_SUPABASE_ANON_KEY=******
VITE_TINYMCE_KEY=******
```
When developing use:
```bash
yarn dev
```
A development server will automatically open the project in your browser. Normally here: `http://localhost:8080`.
To build the project use:
```bash
yarn build
```
A web ready folder will be created in `/dist/`.