An open API service indexing awesome lists of open source software.

https://github.com/kutyel/elm-caesar-cipher

🌳Caesar Cipher made in Elm!
https://github.com/kutyel/elm-caesar-cipher

caesar-cipher caesar-cipher-algorithm elm-application elm-lang

Last synced: 3 months ago
JSON representation

🌳Caesar Cipher made in Elm!

Awesome Lists containing this project

README

        

# elm-caesar-cipher

🌳 Caesar Cipher made in Elm!

## Run the app

```sh
$ yarn start
```

## Run the tests

```sh
$ yarn test
```

## Build for production

```sh
$ yarn build
```