Update README.md

This commit is contained in:
2019-12-21 14:00:08 +03:00
committed by GitHub
parent 3f91e190f6
commit dfe7402fae

View File

@@ -1,5 +1,5 @@
# writer
A simple web/markdown-based notebook thingy
A simple web/markdown-based note taking app
![screenshot](docs/main.png)
@@ -7,8 +7,10 @@ This is a notebook app written in typescript using koa for the backend and react
## Getting started
You need to create a ormconfig.json file, you can use ormconfig.example.json as, well, an example (you only need to change the database connection settings)
First, install all of the dependencies with `npm i` and `cd frontend && npm i`
Then start with `npm run dev`
You also need to create a ormconfig.json and ormconfig.test.json (only if you want to run the tests). You can use ormconfig.example.json as an example (you only need to change the database connection settings)
Then start with `npm run dev` and visit http://localhost:1234
Parcel will be listening at http://localhost:1234, and koa at http://localhost:3000