git clone https://github.com/gabrielbahniuk/sc.git
to download the project.cd scalable-capital-ts
to be in the right directory.npm install
to install required dependencies.
npm run server
npm run test
# Run tests with UI
npm run cypress:open
# Run tests in background
npm run cypress:run
npm run dev
npm run build