Skip to content

pokernook/pokernook

Repository files navigation

PokerNook

App deployment

doctl apps create --spec .do/app.yaml

Monorepo structure

Project Description
graphql GraphQL API
web Next.js web app
multiplayer Multiplayer server

Development setup

Install

  • Node.js
  • Docker Desktop
  • VS Code

Then run

npm install

docker compose up

Contributing

  • Pushes to main will get deployed to production, so all development should be done in dedicated branches.

  • Checkout a topic branch from the relevant branch (i.e. main), and merge back against that branch.