An online learning platform, that utilizes nearly every possible way of interaction from live streaming, uploading videos, writing blogs, and creating courses.
- Yarn
- MySQL
- Redis
- FFmpeg
# Clone the repo
$ git clone https://github.com/Skillfuze/skillfuze.git
# Install dependencies
$ yarn
You'll need to check the .env.example
file in each package, and put the required connection strings and api keys before you continue.
Before trying to run, or build any package, make sure you cd
to the root directory of the package.
# Backend
$ yarn build
$ yarn start:dev
# Web Client
$ yarn build
$ yarn start:dev
# Blogs Client
$ yarn build:gatsby
$ yarn start:dev
# UI Components
$ yarn build
$ yarn start
# Types
$ yarn build
Skillfuze is MIT licensed.