{"id":17796445,"url":"https://github.com/rvantonder/how-i-install-elm-from-scratch","last_synced_at":"2025-04-02T02:44:59.308Z","repository":{"id":141621936,"uuid":"533585083","full_name":"rvantonder/how-i-install-elm-from-scratch","owner":"rvantonder","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-07T03:49:41.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T22:08:55.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rvantonder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-07T03:09:10.000Z","updated_at":"2022-09-07T03:48:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c9f4684-c8b8-4db0-8b14-a7d25d64cc8a","html_url":"https://github.com/rvantonder/how-i-install-elm-from-scratch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvantonder%2Fhow-i-install-elm-from-scratch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvantonder%2Fhow-i-install-elm-from-scratch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvantonder%2Fhow-i-install-elm-from-scratch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvantonder%2Fhow-i-install-elm-from-scratch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvantonder","download_url":"https://codeload.github.com/rvantonder/how-i-install-elm-from-scratch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246746898,"owners_count":20827062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T11:45:46.449Z","updated_at":"2025-04-02T02:44:59.285Z","avatar_url":"https://github.com/rvantonder.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# how-i-install-elm-from-scratch\n\n```\nbrew install node\nnpm install -g elm elm-format -elm-test\n```\n\nDownload VSCode and install\n\n[This VSCode emacs extension](https://marketplace.visualstudio.com/items?itemName=lfs.vscode-emacs-friendly)\n\n[Download Fira code font](https://github.com/tonsky/FiraCode/releases)\n\n\u003e unzip \u003e ttf \u003e FiraCode-Regular.ttf \u003e install font\n\nOpen `VSCode` \u003e [this Elm extension](https://marketplace.visualstudio.com/items?itemName=Elmtooling.elm-ls-vscode)\n\n\u003e `command+shift+P` \u003e `user settings.json` \n\n```json\n  \"editor.fontFamily\": \"Fira Code\",\n  \"terminal.integrated.fontFamily\": \"Fira Code\",\n  \"editor.fontLigatures\": true,\n  \"editor.formatOnSave\": true,\n  \"elmLS.onlyUpdateDiagnosticsOnSave\": true\n```\n\nOpen `Gear` \u003e `Keyboard Shortcuts` \u003e type `hover` \u003e `C-c C-t`\n\ntype `next problem` \u003e `C-x C-c`\n\n## test\n\n```\ncd basic\nmake\n```\n\nopen `basic/src/Main.elm` in VSCode, should see hovers, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvantonder%2Fhow-i-install-elm-from-scratch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvantonder%2Fhow-i-install-elm-from-scratch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvantonder%2Fhow-i-install-elm-from-scratch/lists"}