1.2 KiB
1.2 KiB
Contributing
So you want to help? That's great!
Here are a few things to know to get you started on the right path.
Below link will help you making a copy of the repository in your local system.
https://docs.github.com/en/get-started/quickstart/fork-a-repo
Requirements
Development Installation
Follow the steps below to run it locally for the first time.
- Copy
.env.exampleto.env - Install dependencies:
pnpm i - Run the databases via docker-compose:
pnpm docker:db - Initialize the databases:
pnpm prisma:migrate:dev - Start dev server:
pnpm dev
The database is only needed for the first run, afterwards you just need to start the server pnpm dev
Last words
Don't get daunted if it is hard in the beginning. We have a great community with only encouraging words. So if you get stuck, ask for help and hints in the Discord server. If you want to show off something good, show it off there.