create blog posts from markdown files

This commit is contained in:
Rich Harris
2018-07-27 14:28:32 -04:00
parent 29e6481559
commit 0fa6c9f7d7
10 changed files with 129 additions and 98 deletions

View File

@@ -0,0 +1,27 @@
---
title: How to use Sapper
pubdate: 2018-07-21
---
## Step one
Create a new project, using [degit](https://github.com/Rich-Harris/degit):
```
npx degit sveltejs/sapper-template my-app
cd my-app
npm install # or yarn!
npm run dev
```
## Step two
Go to [localhost:3000](http://localhost:3000). Open `my-app` in your editor. Edit the files in the `routes` directory or add new ones.
## Step three
...
## Step four
Resist overdone joke formats.