SSH
:
HTTPS
:
SSH
, HTTPS
and Github CLI
can be found on the github repo main page as well.
pnpm
is required to be installed on your machine.
On Mac OS, run the following command:
pnpm
was installed correctly on your machine:
core-java/
directory.
Maven
is the build tool we would be using for this project. So need to have Maven installed on your machine before you proceed to build the project.
:::danger Minimum Maven version check
Minimum version for Maven 3.9.0
is required, else, project will not build
:::
In case Maven is not installed on your machine, the following steps should help.
MAVEN_HOME
System Variable.
MAVEN_HOME
as the variable name and the path to the Maven directory as the variable value. Click OK to save the new system variable.
MAVEN_HOME
directory in the PATH Variable.
%MAVEN_HOME%\bin
in the new field. Click OK to save changes to the Path variable.mvn -v
brew install maven
, and it will install Maven within seconds on your machine, and you could straight away start using maven.
website/
directory.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install
nvm -v
and node -v
localhost:3000
and will constantly watch on any changes you do in the project.
boyka-core
team members.
:::
From the root repository directory, run the following command: