hufuhufu / translatethread-ui

a thin ui for @translatethread twitter bot

Home Page:https://translatethread.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

translatethread-ui

This is the new version of https://translatethread.com. Following is the techstack used for this new version:

  • vuejs (frontend)
  • golang (backend)
  • postgres (database)
  • docker (packaging)
  • kubernetes (deployment)

how to setup translatethread-ui on your laptop

lets make a small change and observe it getting reflected

  • Open file components/Tweet.vue
  • At line #29, where we currently have {{ tweet.Author }}, change it to {{ tweet.Author }} - this is author username
  • Look at your local live server again, observe that the change is now live.

All set, start making changes now

About

a thin ui for @translatethread twitter bot

https://translatethread.com

License:Apache License 2.0


Languages

Language:Vue 90.4%Language:JavaScript 7.9%Language:Dockerfile 1.7%