- Clone the repository.
- Run
bun install. - Start the app:
- With tmux:
./start.sh - Without tmux: run
bun devin bothapps/clientandapps/server
- With tmux:
Development data is stored in apps/server/data, including the database and uploaded files.
Delete that folder if you want a clean reset.
To run tests, use the following command:
bun run test(if you only run bun test it's gonna fail, you NEED to run bun run test)
See CONTRIBUTING.md for guidelines on how to contribute to this project.