소스 검색

Add build instructions

Brendan Abolivier 7 년 전
부모
커밋
9b2d18e5e4
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6
    1
      README.md

+ 6
- 1
README.md 파일 보기

@@ -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