Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 694 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 694 Bytes

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