I wanted to help Support Agents give more context to their screenshots!
https://www.zendesk.com/apps/goat/
Epic 🐐-ing to Alan Hogan for the acronym behind the 🐐, some bugfixes, and more icons!
👏 Huge thanks to Jian Wei Liau for some beautiful icons and logo! 👏
Get yourself the Elm programming language:
On node 6+: npm install -g elm && npm install
Then you can just do elm-make src/Main.elm --output=elm.js
and open index.html
.
Use elm-live
(npm install -g elm-live
) and then run npm run dev
.
This will open a browser tab with CSS hot reloading and page refreshing on Elm code changes.
npm install
will install the necessary dev tools.
npm start
will run a development server, you can preview your changes on Zendesk by adding the query string: ?zat=true
to the end of the Zendesk Support url.
Setup for first time Elm testers:
npm i -g elm-test
Use npm test
to run the elm-test
unit, fuzz, and view tests.
This project is welcome to any PRs, first time Elm programmer or not!
If it's a change requiring a decent amount of work, let's chat first!
DM me on The Elm Language Slack (@greg.ziegan)
Or, make an issue!