Files
oasis/docs/install.md

32 lines
266 B
Markdown

# 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
```