install simplification script

This commit is contained in:
Evert Prants 2017-10-14 23:57:43 +03:00
parent 1bacf1f95d
commit 57909b8130
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 6 additions and 0 deletions

6
install Executable file
View File

@ -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!"