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