/spellings

A simple Elm app to train word spellings

Primary LanguageCSS

spellings

A simple Elm app I built to help my kids train word spellings for school.

Inspirations:

Develop

Initial start

You need nix and direnv.

$ cd spellings
$ npm install
$ lamdera live

Tooling

Deployment

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

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

Troubleshooting

Something is wrong with commands in package.json and I need to run them manually

You may need to prepend them with npx. For example, npx elm make.