clean up after flailing around a bit

This commit is contained in:
Matthew Griffith 2020-03-13 20:35:13 -04:00
parent ce7797d01b
commit 21981d2c0f
3 changed files with 5 additions and 14 deletions

View File

@ -1,10 +1,7 @@
![](https://github.com/mdgriffith/elm-ui/workflows/Test%20Suite/badge.svg)
# Join the Elm UI Slack!
First, if you have a question about how to do something with the library, join `#elm-ui` on the [Elm Slack](https://elmlang.herokuapp.com/)! There are usually a number of people who are willing to help out, myself included.
Also, check out the talk that goes with the library, [Building a Better Design Toolkit](https://www.youtube.com/watch?v=Ie-gqwSHQr0&t=2s)
Check out the talk that goes with the library, [Building a Better Design Toolkit](https://www.youtube.com/watch?v=Ie-gqwSHQr0&t=2s)
# A New Language for Layout and Interface
@ -57,6 +54,10 @@ myElement =
(text "stylish!")
```
# Join the Elm UI Slack!
First, if you have a question about how to do something with the library, join `#elm-ui` on the [Elm Slack](https://elmlang.herokuapp.com/)! There are usually a number of people who are willing to help out, myself included.
## History
The work is based off of a rewrite of the [Style Elements](https://github.com/mdgriffith/style-elements) library. A lot of that work was originally released under the [Stylish Elephants](https://github.com/mdgriffith/stylish-elephants) project.

View File

@ -8,7 +8,6 @@
"test-render": "node tests-rendering/automation/run.js --chrome",
"test-render-sauce": "source sauce.env; node tests-rendering/automation/run.js --sauce",
"test-render-sauce-automated": "node tests-rendering/automation/run.js --sauce",
"test-render-sauce-automated-check-ssh": "bash tests-rendering/automation/add-key-to-ssh.sh",
"bench": "node benchmarks/runtime/index.js"
},
"repository": {

View File

@ -1,9 +0,0 @@
#!/bin/bash
# eval $(ssh-agent -s)
# # ssh-add <(echo "$ELM_UI_TESTING_SSH_PRIVATE_KEY")
# ssh-add - <<< "${ELM_UI_TESTING_SSH_PRIVATE_KEY}"
# List out your new key's fingerprint
ssh-add -l
ssh -T git@github.com
echo "Success?"