|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
#!/bin/sh
|
|
|
|
|
# This script installs LiveTerm.
|
|
|
|
|
# This script installs NullShift.
|
|
|
|
|
#
|
|
|
|
|
# Found a bug? Report it here: https://github.com/Cveinnt/LiveTerm/issues
|
|
|
|
|
# Found a bug? Report it here: https://github.com/itjeff/nullshift/issues
|
|
|
|
|
|
|
|
|
|
set -e -u
|
|
|
|
|
|
|
|
|
|
eval "git clone 'https://github.com/Cveinnt/LiveTerm.git'"
|
|
|
|
|
eval "git clone 'https://github.com/itjeff/nullshift.git'"
|
|
|
|
|
|
|
|
|
|
cd LiveTerm
|
|
|
|
|
cd nullshift
|
|
|
|
|
|
|
|
|
|
echo "LiveTerm cloned! Installing dependencies..."
|
|
|
|
|
echo "NullShift cloned! Installing dependencies..."
|
|
|
|
|
|
|
|
|
|
if command -v yarn >/dev/null 2>&1 ; then
|
|
|
|
|
yarn install
|
|
|
|
@ -34,20 +34,16 @@ fi
|
|
|
|
|
cat <<-'EOM'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
█████ ███ ███████████
|
|
|
|
|
░░███ ░░░ ░█░░░███░░░█
|
|
|
|
|
░███ ████ █████ █████ ██████ ░ ░███ ░ ██████ ████████ █████████████
|
|
|
|
|
░███ ░░███ ░░███ ░░███ ███░░███ ░███ ███░░███░░███░░███░░███░░███░░███
|
|
|
|
|
░███ ░███ ░███ ░███ ░███████ ░███ ░███████ ░███ ░░░ ░███ ░███ ░███
|
|
|
|
|
░███ █ ░███ ░░███ ███ ░███░░░ ░███ ░███░░░ ░███ ░███ ░███ ░███
|
|
|
|
|
███████████ █████ ░░█████ ░░██████ █████ ░░██████ █████ █████░███ █████
|
|
|
|
|
░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░ ░░░ ░░░░░
|
|
|
|
|
|
|
|
|
|
███ ██ ██ ██ ██ ██ ███ ██ ██ ██ ███████ ████████
|
|
|
|
|
████ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ██
|
|
|
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ █████ ██
|
|
|
|
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
|
|
|
|
██ ████ ██████ ███████ ███████ ██ ████ ███████ ██ ███████ ██
|
|
|
|
|
|
|
|
|
|
LiveTerm has been downloaded to the current directory.
|
|
|
|
|
NullShift has been downloaded to the current directory.
|
|
|
|
|
You can start developing it with:
|
|
|
|
|
|
|
|
|
|
cd LiveTerm && yarn dev
|
|
|
|
|
cd nullshift && yarn dev
|
|
|
|
|
|
|
|
|
|
This will open a local port at http://localhost:3000,
|
|
|
|
|
where you can preview your website. To apply changes, edit:
|
|
|
|
@ -56,4 +52,4 @@ config.json
|
|
|
|
|
|
|
|
|
|
And the changes should be applied upon saves!
|
|
|
|
|
|
|
|
|
|
EOM
|
|
|
|
|
EOM
|
|
|
|
|