This is a teamproject "Kapusta - smart finance", build in React and Node.js, and this is the front part of this project.
Ensure you have the LTS version of Node.js installed on your computer. If necessary, download and install it.
- Clone repository.
- Install the project's basic dependencies in the terminal using the command
npm install
. - Run the development mode by executing the command
npm run dev
.
-
Before you start working on a new branch, synchronize your changes in main:
git pull
. -
Make a new branch for every feature or fix
git checkout -b nazwa-gałęzi
Name your branch using a number of feature on trello, eg.:feature/01
or if you want to fix something:fix/01
-
Once you've finished working on the branch, open a pull request on GitHub. After merging, your branch will be deleted automatically.
Deploying a project using Vercel: (fe-kapusta-team-project.vercel.app)