From 06fb57e0d58388fe16b5d0f548912a0db6e109e5 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 15 Jul 2021 16:54:35 -0500 Subject: [PATCH] fixed replay panel spacing --- Makefile | 2 +- README.md | 17 +++++++++++------ index.html | 7 +++++-- src/ide/ui.ts | 10 ++++++++-- 4 files changed, 25 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index eb33a074..9a021548 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ VERSION := $(shell git tag -l --points-at HEAD) syncdev: distro cp config.js $(TMP) - aws --profile pzp s3 sync --follow-symlinks $(TMP)/ s3://8bitworkshop.com/dev/ + #aws --profile pzp s3 sync --follow-symlinks $(TMP)/ s3://8bitworkshop.com/dev/ rsync --stats -riltz --chmod=a+rx -e "ssh" $(TMP)/ config.js $(RSYNC_PATH)/dev/ syncprod: distro diff --git a/README.md b/README.md index fae846aa..5cdc9b3d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -[![Build Status](https://travis-ci.org/sehugg/8bitworkshop.svg?branch=master)](https://travis-ci.org/sehugg/8bitworkshop) +# 8bitworkshop -The latest release is online at https://8bitworkshop.com/ +[![Build Status](https://travis-ci.com/sehugg/8bitworkshop.svg?branch=master)](https://travis-ci.com/sehugg/8bitworkshop) -## Install +## Use Online + +* Latest release: https://8bitworkshop.com/ +* Dev build: https://8bitworkshop.com/dev/ + +## Install Locally To build the 8bitworkshop IDE: @@ -13,7 +18,7 @@ npm i npm run build ``` -## Usage +### Start Server Start a web server on http://localhost:8000/ while TypeScript compiles in the background: @@ -21,7 +26,7 @@ Start a web server on http://localhost:8000/ while TypeScript compiles in the ba make tsweb ``` -## Run Tests +### Run Tests ```sh npm test @@ -31,7 +36,7 @@ Note: Github tests may fail due to lack of permissions. ## License -Copyright © 2016-2020 [Steven Hugg](https://github.com/sehugg). +Copyright © 2016-2021 [Steven Hugg](https://github.com/sehugg). This project is [GPL-3.0](https://github.com/sehugg/8bitworkshop/blob/master/LICENSE) licensed. diff --git a/index.html b/index.html index 01b752de..79b40141 100644 --- a/index.html +++ b/index.html @@ -283,21 +283,24 @@ if (window.location.host.endsWith('8bitworkshop.com')) {