luckyx1 / debt-wanchor

A way to compete with two(or more) people doing wanikani together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debt-wanchor

A way to compete with two(or more) people doing Wanikani together

Init setup

Install ruby version(on mac I used rbenv)

run gem install bundler

run gem install rails (version 7 at this time)

run bundle install

run rails db:migrate

run server with rails s

on your browser go to localhost:3000

  • Ruby version 3.1.2
  • Rails version 7.0.7
  • System dependencies mysql
  • Configuration TBD
  • Database creation TBD
  • Database initialization TBD
  • How to run the test suite TBD
  • Services (job queues, cache servers, search engines, etc.) TBD
  • Deployment instructions TBD

About

A way to compete with two(or more) people doing wanikani together

License:MIT License


Languages

Language:Ruby 74.2%Language:HTML 19.7%Language:JavaScript 3.3%Language:CSS 2.8%