/ttreader

A simple twitter reader

Primary LanguageClojure

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