Skip to content
/ drills Public

A simple Elm app to train word spellings

Notifications You must be signed in to change notification settings

zupo/drills

Repository files navigation

Drills

A simple Elm app I built to help my kids do homework drills for school.

Inspirations:

Develop

Initial start

You need devenv and direnv.

$ cd drills
$ devenv up
$ open http://localhost:8000

Tooling

Deployment

Each commit to main is auto-deployed to https://drills.lamdera.app/.

Each Pull Request gets a preview app at https://drills-<BRANCH_NAME>.lamdera.app/.

Troubleshooting

Creating Evergreen Migrations

Sometimes your PR's CI will fail with UNIMPLEMENTED MIGRATION error in the Lamdera Check step. This means that you need to create a new migration for the changes you've made:

$ git branch -D master
$ git checkout -b master
$ lamdera check

More info on https://dashboard.lamdera.app/docs/evergreen.

Help with Lamdera types

https://github.com/jmpavlick/segakcap

TODO:

  • randomize words
  • leaderboard of best times

About

A simple Elm app to train word spellings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published