Simple booksharing app to demonstrate the Sonar P2P database and search engine.
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
Run yarn dev
to start Sonar and also run the Remix server in development mode.