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!
Make sure you have the following setup:
- pnpm
- eslint (VSCode Extension)
- prettier (VSCode Extension)
- postgres database at port
5432
with a usersfg
with passworddev
(There is a helper script! Check ./scripts/run-postgres-db.js Requiresdocker
)
Overall, you should end up running the following:
# in a separate terminal
node scripts/run-postgres-db.js
# to start
pnpm run dev