Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 303 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 303 Bytes

cardano-education-dapp-example

Example dapp to use Yoroi dapp connector

start development environment

npm run start

For production, you may have to set public path to /dist/ in webpack config then

npm run build

This builds the /dist folder that can be served on your server.