Skip to content

OpenEduHq/openedu-monorepo-old

Repository files navigation

OpenEdu MonoRepo

This is a monorepo for the OpenEdu project. It contains the following submodules:

Getting Started

To clone the repository:

git clone https://github.com/synthAI-Labs/openedu.git

To initialize the submodules:

git submodule init
git submodule update

To update the submodules:

git submodule update --remote

Launching the Application:

  1. Install all dependencies:
yarn install
  1. Start the application in development mode:
    • localhost:3000 (frontend)
    • localhost:4000 (backend)
yarn dev
  1. Build the application for production:
yarn build
yarn start

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published