Skip to content

Commit d53ddb8

Browse files
committed
Link to a public instance to test the Elm Editor example app
1 parent d5ea4b7 commit d53ddb8

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ For a detailed description of this app, see the readme file at https://github.co
5252

5353
The [Elm Editor](https://github.com/elm-fullstack/elm-fullstack/tree/master/implement/example-apps/elm-editor) is an integrated development environment for building Elm apps. It also provides tooling specifically for web frontend-apps to compile and view your app inline.
5454

55+
<a href="https://github.com/elm-fullstack/elm-fullstack/tree/master/implement/example-apps/elm-editor/readme.md">
56+
<img src="./guide/image/2020-12-31-elm-editor-with-project-freemake.png" width="500" />
57+
</a>
58+
5559
The Elm Editor frontend integrates the [Monaco Editor](https://microsoft.github.io/monaco-editor/) to provide functionality around code editing and features like syntax highlighting.
5660

57-
To read more about the Elm Editor, see https://github.com/elm-fullstack/elm-fullstack/tree/master/implement/example-apps/elm-editor/Readme.md
61+
To see the editor in action, you can test the public instance at https://editor.elm-fullstack.org
62+
63+
To read more about the Elm Editor, see https://github.com/elm-fullstack/elm-fullstack/tree/master/implement/example-apps/elm-editor/readme.md
Loading

implement/example-apps/elm-editor/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
The [Elm Editor](https://github.com/elm-fullstack/elm-fullstack/tree/master/implement/example-apps/elm-editor) is an integrated development environment for building Elm apps.
44

5+
![working on a game using the Elm Editor](./../../../guide/image/2020-12-31-elm-editor-with-project-freemake.png)
6+
7+
To see the editor in action, you can test the public instance at https://editor.elm-fullstack.org
8+
59
This project evolved to help newcomers get started with minimal friction and is optimized for trainers and students.
610

711
The user interface also supports:
@@ -13,3 +17,4 @@ The user interface also supports:
1317
+ For frontend apps, viewing and testing the compiled web app in an iframe.
1418

1519
The Elm Editor frontend integrates the [Monaco Editor](https://microsoft.github.io/monaco-editor/) to provide functionality around code editing and features like syntax highlighting.
20+

0 commit comments

Comments
 (0)