Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 228 Bytes

development.md

File metadata and controls

19 lines (16 loc) · 228 Bytes
  1. Clone the repo
git clone https://github.com/barrosfilipe/Rocket-Lab-API.git && cd Rocket-Lab-API
  1. Install dependencies
yarn
  1. Run tests
yarn test
  1. Start the app
yarn dev