Skip to content

Latest commit

 

History

History
executable file
·
38 lines (29 loc) · 1.29 KB

README.md

File metadata and controls

executable file
·
38 lines (29 loc) · 1.29 KB

Move Club

Using Blockchain Technology to track and reward workouts.

Roadmap

  • more workout types
  • add additional workout info cutom-type/photo/title/desc/sets+reps
  • feed filters
  • personal feed (show only friends)
  • Streaks
  • Leaderboards
  • Achievements
  • Groups

What does it include

  • Express server with routing
  • Authentication with Steemconnect
  • Main Feed (auth + new content modal), Profile View, About + Attributions Pages
  • Data From Blockchain - stored on the @move-club.data account

setup & install

Compile SCSS & js via parcel

npm install -g parcel-bundler

npm run dev - to watch for changes in src/ folder npm run build - builds for prod

  • navigate to localhost:3000 in your browser