Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 400 Bytes

Sonar - PeerBooks

Simple booksharing app to demonstrate the Sonar P2P database and search engine.

Usage

From your terminal:

# 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.