From a02884e6b5339ca42b19c4e7a237e8b20308f8ea Mon Sep 17 00:00:00 2001 From: Yanislav Igonin Date: Sun, 6 Feb 2022 19:40:21 +0200 Subject: [PATCH] docs --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c6403db..650acdb 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,11 @@ Maybe I'll add an api and create a SPA with the Next.js framework in the future, 2. PostgreSQL. 3. Create `.env` file from `.env.example`, change env vars to your needs. 4. Create db with the name that is specified in `.env` file in `POSTGRES_URL` env var. + +## Run +Just run: +```sh +go run main.go +``` + +**In development** I prefer to run it with [fresh](https://github.com/gravityblast/fresh) for live reload. \ No newline at end of file