unify readme code blocks
This commit is contained in:
@@ -6,7 +6,7 @@ an automatically schema-versioned content management system
|
|||||||
|
|
||||||
prepare test data:
|
prepare test data:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
cp -r samples/blog .
|
cp -r samples/blog .
|
||||||
cd blog
|
cd blog
|
||||||
git init
|
git init
|
||||||
@@ -16,14 +16,14 @@ git commit -m 'first commit'
|
|||||||
|
|
||||||
run frontend:
|
run frontend:
|
||||||
|
|
||||||
```console
|
```shell
|
||||||
cd frontend
|
cd frontend
|
||||||
reload
|
reload
|
||||||
```
|
```
|
||||||
|
|
||||||
run backend:
|
run backend:
|
||||||
|
|
||||||
```console
|
```shell
|
||||||
cd backend
|
cd backend
|
||||||
cabal run backend -- serve
|
cabal run backend -- serve
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user