Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 586 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 586 Bytes

Installation

1. Clone The Repo

If you have ssh set up

`git clone git@github.com:Cathartes/records-spa.git`

If you don't have ssh set up and really enjoy typing in your username and password

`git clone https://github.com/Cathartes/records-spa.git`

2. Install Yarn

Linux

`sudo apt install yarn`

MacOS

`brew install yarn`

Windows

[Download Installer](https://yarnpkg.com/latest.msi)

3. Move To The Directory

cd records-spa

4. Install All Dependencies

yarn install

5. Start The App

yarn start