Vim Genius is a flashcard program that helps people learn Vim.
rake db:setup
Add a .env
file to the root directory with the following:
ADMIN_PASSWORD='vimmaster'
That is not the actual password in production, it's just what the tests count on.
There are prebuilt lessons in db/seeds/
.
Run rake
.