Skip to content

Commit 50842c2

Browse files
committed
add readme
1 parent 189ba64 commit 50842c2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
HT-reader
2+
=========
3+
4+
Project written by
5+
6+
- Oleksandr Sochka
7+
- Alexey Shmalko
8+
- Yurii Talashko
9+
10+
during #hackTbilisi 2015 hackathon.
11+
12+
Run
13+
=====
14+
Install sqlite3 and add it to ``$PATH`.
15+
```
16+
sqlite3 database.db3 < db/evolutions/create_tables.sql
17+
cd public
18+
npm install
19+
npm tsc # npm tsc -w for live compile
20+
cd ..
21+
sbt run # sbt start for production
22+
```

0 commit comments

Comments
 (0)