mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-22 11:31:58 +03:00
update homepage to include less nonsense
This commit is contained in:
parent
1a0da8baba
commit
fc7b86c71d
@ -1 +1,7 @@
|
||||
# Guides
|
||||
# Guides
|
||||
|
||||
Ready to get started with __elm-spa__? Me too!
|
||||
|
||||
...
|
||||
|
||||
Unfortunately, I haven't uploaded any guides yet...
|
@ -1 +0,0 @@
|
||||
# Getting started
|
@ -1,3 +0,0 @@
|
||||
# Local storage
|
||||
|
||||
TODO
|
3
docs/public/content/guides/env.md
Normal file
3
docs/public/content/guides/env.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Environment variables
|
||||
|
||||
TODO
|
@ -33,19 +33,16 @@ view =
|
||||
, description = "single page apps made easy"
|
||||
}
|
||||
, UI.markdown { withHeaderLinks = False } """
|
||||
## Build reliable applications.
|
||||
## A work in progress!
|
||||
|
||||
I need to verify that the line height for paragraphs is reasonable, because if it isn't then I'll need to tweak it a bit until it's actually readable.
|
||||
Only the most readable lines should be included in the __official__ [guide](/docs), ya dig?
|
||||
This next release of elm-spa isn't _quite_ ready yet. It's currently available in `beta`, and can be installed via __npm__:
|
||||
|
||||
Bippity boppity, my guy.
|
||||
```
|
||||
npm install -g elm-spa@beta
|
||||
```
|
||||
|
||||
---
|
||||
---
|
||||
|
||||
## Effortless routing.
|
||||
|
||||
Use `elm-spa` to automatically wire up routes and pages.
|
||||
For now, feel free to [read the docs](/docs), see the [incomplete guides](/guides), or check the bulleted list of [example projects](/examples)
|
||||
that aren't available yet.
|
||||
"""
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user