Skip to content

:octocat: A real-time platform for hosting coding workshops πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»

License

Notifications You must be signed in to change notification settings

madhavarshney/codive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

87 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Codive


Webapp GitHub Issues GitHub Stars GitHub Forks

Codive is a live real-time collaboration platform for hosting workshops and collectively teaching groups how to code.

Features

More on this will come soon.

Development

Introduction

Codive has two frontend implementations, one written in React-like HyperApp and the other written in Svelte. For the backend, Codive currently uses Firebase.

Prerequisites

Setup

git clone https://github.com/madhavarshney/codive.git
cd codive

Download your firebase config for the web and rename + move it to ./firebaseConfig.json

Starting Codive

Note: Currently, the Svelte version is more up-to-date compared to the HyperApp version.

Svelte

cd codive-svelte
npm i
npm run dev

Go to https://localhost:8080

Hyperapp

cd codive-react
npm i
npm run start

Go to https://localhost:1234

Roadmap

  • Create a roadmap

License

The code in this repo is licensed under the MIT license.

To be continued...

About

:octocat: A real-time platform for hosting coding workshops πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»

Resources

License

Stars

Watchers

Forks

Releases

No releases published