https://github.com/thedeadcoder/coderhub
We aim to make a strong community where you can share your project experience with others. You can write blogs, comment, do skill based search. We try to implement the best solution for your project management, commit controls. We try to develop a learning platform where you can teach people essential skills. Also we have AI chatbot, planner etc...
https://github.com/thedeadcoder/coderhub
Last synced: 3 months ago
JSON representation
We aim to make a strong community where you can share your project experience with others. You can write blogs, comment, do skill based search. We try to implement the best solution for your project management, commit controls. We try to develop a learning platform where you can teach people essential skills. Also we have AI chatbot, planner etc...
- Host: GitHub
- URL: https://github.com/thedeadcoder/coderhub
- Owner: TheDeadcoder
- Created: 2024-02-14T14:03:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T15:18:07.000Z (about 2 years ago)
- Last Synced: 2025-03-30T23:51:13.797Z (about 1 year ago)
- Language: Svelte
- Homepage: https://coderhub-phi.vercel.app
- Size: 385 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Motivation
We aim to make a strong community where you can share your project experience with others. You can write blogs, comment, do skill based search. We try to implement the best solution for your project management, commit controls. We try to develop a learning platform where you can teach people essential skills. In productivity app, we have chatbot, planner and what not
## Features
> Community and Blogging
> Skill-based partner search
> Collaborative code editor
> video chatting
> AI chatbot
> Project management
# Set Up and Usage
## Cloning the project
If you're seeing this, you've probably already done this step. Congrats!
```bash
git clone https://github.com/TheDeadcoder/coderhub.git
```
## Developing
Once you've cloned the project, install dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
# or choose pnpm. Have some mercy on your disk
pnpm run dev
```
## Building
To create a production version of your app:
```bash
npm run build
# or choose pnpm.
pnpm run build
```
You can preview the production build with `npm run preview`.
## Environment File
> To use the app, create a .env file with following entities:
```bash
PUBLIC_SUPABASE_URL="*******************************************"
PUBLIC_SUPABASE_ANON_KEY="*******************************************"
OPENAI_KEY="*******************************************"
PUBLIC_APP_ID="*******************************************"
APP_CERTIFICATE="*******************************************"
```