/OSEN

This community will help each and everyone who is facing issue in opensource and share job opportunities, resources, etc.

Primary LanguageJavaScriptMIT LicenseMIT

🚀 Setting up the project locally

To run the Edu.dev locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/OSE-NETWORK/OSEN.git
  1. Navigate to the project directory:
cd OSEN
  1. Node Re-versioning
export NODE_OPTIONS=--openssl-legacy-provider
  1. Install the dependencies:
npm install --legacy-peer-deps
  1. Start the development server:
npm run start
  1. Access the dApp: Open your web browser and visit http://localhost:3000 to interact with the EduDev application.