Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 264 Bytes

File metadata and controls

22 lines (16 loc) · 264 Bytes

ilearnx-icp

A peer learning platform on the Internet Computer

Run local

npm install
dfx start --background
dfx deploy
npm run dev

React

To start the React Frontend, run the following command:

cd frontend
npm install
npm start