Skip to content

MonOttawa/ttreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttreader

Save your time on Twitter!

./img/screenshot.jpg

Set up development

cd api
yarn && yarn watch

# open another terminal or tab
cd web
yarn && yarn watch

# open browser
open http://localhost:3000

Release and publish to vercel

Change the alias to yours in the file vercel.json.

cd api
yarn && yarn release

# open another terminal or tab
cd web
yarn && yarn release

# Publish to vercel
vercel
vercel --prod

About

A simple twitter reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 93.1%
  • HTML 3.8%
  • JavaScript 2.3%
  • CSS 0.8%