Thank you for considering contributing to our project! We appreciate your interest and welcome any contributions you may have.
develop
branch.pnpm
packages manager, (from pnpm guide pick any installation method).bigcapital
repository and cd
into bigcapital
directory..env
file by copying .env.example
file to .env
. (The .env.example
file has all the necessary values of variables to start development directly).backend
package. just hit the command on root directory and it will install dependencies of all packages.docker-compose.yml
.docker-compose ps
and you should see the same result below.
server
app first.bigcapital
repository and cd into bigcapital
directory.frontend
package. just hit that command and will install all packages across all application.#contributing
on our Discord community if you need any help on this :)
Thank You!