A free and open source PWA for the card game Sheepshead. Or, it will be soon.
Note: this app requires Docker
git checkout develop
.env.template
file into the same directory, naming the copy .env
.npm install
in both the client/
and server/
directories (not in root).docker compose up
app-server
container command line, run:curl --location --request POST 'http://auth-server:3567/recipe/dashboard/user' --header 'rid: dashboard' --header 'api-key: supertokensapikey0123456789' --header 'Content-Type: application/json' --data-raw '{"email": "[email protected]", "password": "supertokenspw1"}'
npx prisma migrate dev --name init
Access pgAdmin at http://localhost:6432/browser/
[email protected]
apppw
appdb
app-db
5432
appdb
appuser
apppw
Servers > appdb > Databases (2) > appdb > Schemas (1) > public
Access the SuperTokens auth dashboard at http://localhost:4000/auth/dashboard/
[email protected]
supertokenspw1
Users interested in expanding functionalities in Sheepshead Online are welcome to do so. Issues reports are encouraged through Github's issue tracker. See details on how to contribute and report issues in CONTRIBUTING.md. All contributors are expected to adhere to the Code of Conduct.
This software is licensed under the AGPL-3.0 license.
We owe a big thanks to all the projects that make Sheepshead Online run.