Update README.md

master
Edzel 2021-09-06 02:03:57 +02:00 committed by GitHub
parent 4cb8a681c1
commit c520deed9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -18,10 +18,17 @@ cd a-blog
3. configurate
```bash
cp config/config.example.yaml config/config.yaml
nano config/config.yaml
```
4. start up
4. create storge files
```bash
touch storage/posts.json
touch storage/comments.json
```
5. start up
```bash
node node/app
```