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