A Youtube importer and peer-to-peer sharing app, built with Sonar and Remix.
# install dependencies
yarn
# build the remix app and start both a sonar server and the remix app
yarn start
# now open http://localhost:3000 in a web browser
Run yarn dev
to start Sonar and also run the Remix server in development mode.
The app includes an Electron shell to run in Desktop mode. Run yarn electron
to start the Electron app.