Codive is a live real-time collaboration platform for hosting workshops and collectively teaching groups how to code.
More on this will come soon.
Codive has two frontend implementations, one written in React-like HyperApp and the other written in Svelte. For the backend, Codive currently uses Firebase.
- Install Node.js and npm
- Set up a Firebase project
git clone https://github.com/madhavarshney/codive.git
cd codive
Download your firebase config for the web and rename + move it to ./firebaseConfig.json
Note: Currently, the Svelte version is more up-to-date compared to the HyperApp version.
cd codive-svelte
npm i
npm run dev
Go to https://localhost:8080
cd codive-react
npm i
npm run start
Go to https://localhost:1234
- Create a roadmap
The code in this repo is licensed under the MIT license.
To be continued...