From 75b4c94affd4e98d4b49c046fba7fc12b27d7545 Mon Sep 17 00:00:00 2001 From: originalmk <30776840+originalmk@users.noreply.github.com> Date: Mon, 20 Mar 2023 11:15:37 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 83cd2bc..13f3ccf 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,7 @@ Note: pm2 or/and nginx may be used to run this app for production 3. Run `knex migrate:latest` in the root directory. Remember you need to have knex installed both globally and locally (it is in package.json so if you run `npm install` you will have it installed) to do that. 4. Go to client directory and enter `npm build`. 5. Start the app. If you use pm2, exectue `pm2 start `. + +## Contributing +You are welcome to help us create Skrytka. Just remember to dicuss what you want to work (specified issue - if there is no one then you should create one for that). +Code contributed should be tested to work correctly!