Skip to content
This repository was archived by the owner on Dec 2, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist/
.cache/
gen/
.DS_Store
.elm-pages
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
14
5 changes: 5 additions & 0 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"elm/url": "1.0.0",
"elm-community/list-extra": "8.3.0",
"elm-explorations/test": "1.2.2",
"jfmengels/elm-review": "2.9.1",
"justinmimbs/date": "3.2.1",
"mdgriffith/elm-ui": "1.1.8"
},
Expand All @@ -33,6 +34,7 @@
"elm/file": "1.0.5",
"elm/http": "2.0.0",
"elm/parser": "1.1.0",
"elm/project-metadata-utils": "1.0.2",
"elm/random": "1.0.0",
"elm/regex": "1.0.0",
"elm/virtual-dom": "1.0.2",
Expand All @@ -44,9 +46,12 @@
"lukewestby/elm-string-interpolate": "1.0.4",
"mgold/elm-nonempty-list": "4.1.0",
"miniBill/elm-codec": "1.2.0",
"miniBill/elm-unicode": "1.0.2",
"noahzgordon/elm-color-extra": "1.0.2",
"rtfeldman/elm-hex": "1.0.0",
"ryannhg/date-format": "2.3.0",
"stil4m/elm-syntax": "7.2.9",
"stil4m/structured-writer": "1.0.3",
"tripokey/elm-fuzzy": "5.2.1",
"zwilias/json-decode-exploration": "6.0.0"
}
Expand Down
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
publish = "dist/"
command = "export ELM_HOME=\"$NETLIFY_BUILD_BASE/cache/elm\" && npm install --no-optional && npm run build"

[dev]
command = "yarn start"
targetPort = 1234
autoLaunch = true
framework = "#custom"
Loading