This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/install

7 lines
230 B
Plaintext
Raw Normal View History

2017-10-14 20:57:43 +00:00
#!/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!"