pull/51/head
mintpic dev 9 months ago
parent 6e5e4f9a44
commit fd868f3347

@ -1,15 +1,15 @@
#!/bin/sh #!/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 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 if command -v yarn >/dev/null 2>&1 ; then
yarn install yarn install
@ -34,20 +34,16 @@ fi
cat <<-'EOM' cat <<-'EOM'
█████ ███ ███████████ ███ ██ ██ ██ ██ ██ ███ ██ ██ ██ ███████ ████████
░░███ ░░░ ░█░░░███░░░█ ████ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ██
░███ ████ █████ █████ ██████ ░ ░███ ░ ██████ ████████ █████████████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ █████ ██
░███ ░░███ ░░███ ░░███ ███░░███ ░███ ███░░███░░███░░███░░███░░███░░███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
░███ ░███ ░███ ░███ ░███████ ░███ ░███████ ░███ ░░░ ░███ ░███ ░███ ██ ████ ██████ ███████ ███████ ██ ████ ███████ ██ ███████ ██
░███ █ ░███ ░░███ ███ ░███░░░ ░███ ░███░░░ ░███ ░███ ░███ ░███
███████████ █████ ░░█████ ░░██████ █████ ░░██████ █████ █████░███ █████
░░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░ ░░░ ░░░░░
NullShift has been downloaded to the current directory.
LiveTerm has been downloaded to the current directory.
You can start developing it with: You can start developing it with:
cd LiveTerm && yarn dev cd nullshift && yarn dev
This will open a local port at http://localhost:3000, This will open a local port at http://localhost:3000,
where you can preview your website. To apply changes, edit: where you can preview your website. To apply changes, edit:

Loading…
Cancel
Save