A Forum platform for problem solving, knowledge sharing and community builders, join others for sharing knowledge.
API Docs Api Docs
The following tools are required in order to start the installation.
- Node
- Node
- Clone this repository with
git clone https://github.com/chimobi-justice/learn-hub.git
- Change directories into learn-hub
- cd learn-hub
- Run
npm install
to install the Node dependencies - Create the .env file by duplicating the .env.example file
- VITE_API_BASE_URL
- if clone the backend learn-hub-backend repo use the local server url or use the host backend url
- https://learn-hub-backend-api.onrender.com/api/v1
- Run the application
- npm run dev
You can now visit the app in your browser by visiting http://localhost:5173.