Skip to content

Latest commit

Β 

History

History
73 lines (47 loc) Β· 2.35 KB

README.md

File metadata and controls

73 lines (47 loc) Β· 2.35 KB

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...