satsgg / sats.gg

Nostr Streaming Client
https://sats.gg
MIT License
5 stars 1 forks source link

SATS.GG

A Nostr client focused on live streaming.

Features

Setup

yarn:

yarn
yarn dx

Start Development

yarn:

yarn dev -H <YOUR_LOCAL_IP>

Requirements

e2e tests

In order to run the e2e tests the vars in .jest/setEnvVars.js have to be completed.

Development

Start project

yarn dx

Commands

yarn build      # runs `prisma generate` + `prisma migrate` + `next build`
yarn db-reset   # resets local db
yarn dev        # starts next.js
yarn dx         # starts postgres db + runs migrations + seeds + starts next.js
yarn test-dev   # runs e2e tests on dev
yarn test-start # runs e2e tests on `next start` - build required before
yarn test:unit  # runs normal jest unit tests
yarn test:e2e   # runs e2e tests

Credit

https://github.com/zerealschlauskwab/lnapp-starter/tree/master zeRealSchlausKwab@stacker.news, @SchlausKwab, zeRealSchlausKwab