# Clone the repository (stable branch)
git clone -b master https://git.dev.juniorisep.com/iseplife/front front
# Go to the project root
cd front
# Install dependencies
yarn install
# Start development server
yarn start
Before contributing to the project be sure that you have read the Contributor guidelines.