The main Next.js web application repository.
Documentation, guides, and learning path curriculum content.
React Native mobile application for iOS and Android.
Create your own copy of the repository to make changes.
Download the code to your local machine.
Install all required packages.
Create .env.local and add your Firebase config.
Start the application locally.
Click 'Fork' on GitHubUse this snippet to get the DevPath web app running locally.
git clone https://github.com/devpathindcommunity-india/DevPath-Web.git
cd DevPath-Web
npm install
npm run dev