Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 499 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 499 Bytes

sonar-medialib

A Youtube importer and peer-to-peer sharing app, built with Sonar and Remix.

Usage

# 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

Development

Run yarn dev to start Sonar and also run the Remix server in development mode.

Electron

The app includes an Electron shell to run in Desktop mode. Run yarn electron to start the Electron app.