Skip to content

kyiv-team-hacktbilisi/htreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HT-reader

Project written by

  • Oleksandr Sochka
  • Alexey Shmalko
  • Yurii Talashko

during #hackTbilisi 2015 hackathon.

Run

Install sqlite3 and add it to ``$PATH`.

sqlite3 database.db3 < db/evolutions/create_tables.sql
cd public
npm install
npm tsc # npm tsc -w for live compile
cd ..
sbt run # sbt start for production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 54.3%
  • TypeScript 29.0%
  • HTML 12.7%
  • CSS 4.0%