# Installation ## Download ### HTTP ```shell git clone https://github.com/fraction/oasis.git cd oasis ``` ### SSH ```shell git clone git@github.com:fraction/oasis.git cd oasis ``` ## Dependencies ### Yarn ```shell yarn ``` ### npm ```shell npm install ```