The main tools used in the project:
# clone repository
git clone https://github.com/fernandobritto/Alpha-Tower.git
# enter the project folder
cd Alpha-Tower
# install dependencies
yarn install
# run the project
yarn start:dev
Fernando Britto