Skip to content

monoclex/smiley-face-game

Repository files navigation

Smiley Face Game

Don't expect to be able to contribute, or even expect clean code for that matter. This is very WIP, and everything is painful.

Join our discord server to get notified of updates!

Contributing

Make sure you have the following setup:

  • pnpm
  • eslint (VSCode Extension)
  • prettier (VSCode Extension)
  • postgres database at port 5432 with a user sfg with password dev (There is a helper script! Check ./scripts/run-postgres-db.js Requires docker)

Overall, you should end up running the following:

# in a separate terminal
node scripts/run-postgres-db.js

# to start
pnpm run dev