Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

stacktracehq/elmbridge-emoji-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elm Training

The purpose of this repository is to provide a starting point for running through the Elmbridge Emoji Translator curriculum. The tutorial uses elm reactor, but this app was created with create-elm-app so there may be some subtle differences ¯_(ツ)_/¯.

General info

Installing it

git clone [email protected]:stacktracehq/elmbridge-emoji-translator.git
cd elmbridge-emoji-translator
nix-shell
npm i

Formatting it

If you use vim and ALE you might like to add the formatter as a fixer

let g:ale_fixers = {
\ 'typescript': ['prettier'],
\ 'elixir': ['mix_format'],
\ 'elm': ['format'],
\}

Running it

With tmux

tmux-up tmux-up.conf

Otherwise

All of the commands below (except REPL) watch the project's files and run again if a file changes so it is worth opening them a separate tab / window.

Serve

npm start

Test

fd . | entr -cs 'npx elm-test'

Linting

fd . | entr -cs 'npx elm-analyse'

REPL

npx elm repl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors