diff --git a/v0.3/tutorials/quickstart.eve b/v0.3/tutorials/quickstart.eve index 9c046a8..0e9c911 100644 --- a/v0.3/tutorials/quickstart.eve +++ b/v0.3/tutorials/quickstart.eve @@ -3,9 +3,11 @@ layout: default title: Quickstart --- +{% raw %} + # Quickstart -This guide is a 5 - 10 minute introduction to the essential concepts in Eve. If you've never used Eve before, you're in the right place! Before you start with this tutorial, please follow the [installation and usage]({{ site-url }}/v0.3/install/) instructions, which will get you running Eve programs on your machine. In the eve-starter/programs directory, create an empty document called "quickstart.eve". Use your favorite editor to edit the program, and run it with the command: +This guide is a 5 - 10 minute introduction to the essential concepts in Eve. If you've never used Eve before, you're in the right place! Before you start with this tutorial, please follow the [installation and usage](/v0.3/install/) instructions, which will get you running Eve programs on your machine. In the eve-starter/programs directory, create an empty document called "quickstart.eve". Use your favorite editor to edit the program, and run it with the command: ``` npm start -- eve-starter/programs/quickstart.eve @@ -114,6 +116,8 @@ That's it for the 5 minute introduction to Eve. To summarize: This will get you started with Eve, but there's still more to learn. From here, you can: - Advance to Level 2 of the introductory tutorial (coming soon). -- View the [syntax reference]({{ site-url }}/v0.3/syntaxreference/) or the [library reference]({{ site-url }}/v0.3/handbook/libraries/stdlib/). +- View the [syntax reference](/v0.3/syntaxreference/) or the [library reference](/v0.3/handbook/libraries/stdlib/). - Explore already made [examples](https://github.com/witheve/eve-examples). -- Or dive right in to the editor and try out the concepts you've just learned (coming soon). \ No newline at end of file +- Or dive right in to the editor and try out the concepts you've just learned (coming soon). + +{% endraw %} \ No newline at end of file