Ver código fonte

Add build instructions

Brendan Abolivier 8 anos atrás
pai
commit
9b2d18e5e4
Assinado por: Brendan Abolivier <contact@brendanabolivier.com> ID da chave GPG: 8EF1500759F70623
1 arquivos alterados com 6 adições e 1 exclusões
  1. 6
    1
      README.md

+ 6
- 1
README.md Ver arquivo

20
 
20
 
21
 ## Build
21
 ## Build
22
 
22
 
23
-Coming soon (even though I hate READMEs saying that)...
23
+```bash
24
+git clone https://github.com/babolivier/sparrow
25
+cd sparrow
26
+npm install
27
+npm run build
28
+```
24
 
29
 
25
 ## Contribute
30
 ## Contribute
26
 
31