OSE-NETWORK / OSEN

This community will help each and everyone who is facing issue in opensource and share job opportunities, resources, etc.
https://osen.vercel.app/
MIT License
5 stars 7 forks source link
non-profit-organizations open-source startup

🚀 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
  2. Node Re-versioning
export NODE_OPTIONS=--openssl-legacy-provider
  1. Install the dependencies:
    npm install --legacy-peer-deps
  2. Start the development server:
    npm run start
  3. Access the dApp: Open your web browser and visit http://localhost:3000 to interact with the EduDev application.