Documentation

Welcome to the Courseify Documentation.


This is the Documentation page for the Courseify site.

This page site built using ContentLayer and MDX.

Here you should find everything you need from getting started with creating content. We welcome contributions, check out the courseify repo and the documentation source on GitHub for more information.

Installation

  • Fork the Repository into your github account
  • Clone the project into your local machine by running following comman in console
git clone https://github.com/<your-github-username>/courseify.git
  • Navigate to the folder after successful cloning
cd courseify
  • Install required dependencies to run this software in your local machine
yarn

As Courseify uses yarn package manager, it is recommended to use yarn, install yarn

  • Run the project on your local machine
yarn dev