Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 565 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 565 Bytes

🚀 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.