Explorar el Código

Add build instructions

Brendan Abolivier hace 7 años
padre
commit
9b2d18e5e4
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6
    1
      README.md

+ 6
- 1
README.md Ver fichero

@@ -20,7 +20,12 @@ without any warning. It is far from being ready for production.
20 20
 
21 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 30
 ## Contribute
26 31