Skip to content

YoMyEVM/tvhunt-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOL Hunt

LOL Hunt is a daily top chart for funny Youtube clips. Anyone can simply share and upvote videos, and user data is stored privately via Blockstack blockchain.

  • No sign-ups are required for guest users
  • Your data is stored privately on your own Gaia storage via Blockstack.

Live Product: https://lol.hunt.town

Deploy Setup

rm -rf build
ln -s ../api/public/ build

# Staging
git push && npm run build-staging && cd ../api && git push && bundle exec cap staging deploy

# Production
git push && npm run build && cd ../api && git push && bundle exec cap production deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • SCSS 20.4%
  • HTML 2.3%