From 57909b813098903464b04152cbafe01fc0c31c11 Mon Sep 17 00:00:00 2001 From: Evert Date: Sat, 14 Oct 2017 23:57:43 +0300 Subject: [PATCH] install simplification script --- install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 install diff --git a/install b/install new file mode 100755 index 0000000..b337ccc --- /dev/null +++ b/install @@ -0,0 +1,6 @@ +#!/bin/bash +npm install +cp config.example.toml config.toml +$EDITOR config.toml +echo "Run the program with `./development` in development mode or build the project" +echo "using `npm run build` and then `npm start` for production!"