List, run, and see the output from scripts in your .hooks-app/hooks/
directory. All over SSH, so there's nothing to install on your server.
- See which containers are running on the server
- Run a backup script
- Build and publish the a static site
- Start a program on your laptop
The app expects find
and sed
to exist on the server.
- Install the React Native CLI and the Android SDK
- Start your Android emulator (or plug in your Android phone with debugging enabled)
- At the root of this project:
npm install
react-native link
react-native run-android