diff --git a/LICENSE b/LICENSE index f3aee8ec2..a26f6fd53 100644 --- a/LICENSE +++ b/LICENSE @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/README.md b/README.md index 98dfacec6..c6a94f8c3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Now to get a sandbox environment set up, type: ```bash npm run preview +# For instant rebuilds, in a new tab, type: +npm run watch ``` This will `npm run build` the project into `./build`, and then serve that diff --git a/build/index.html b/build/index.html index de5b68c2d..54986bd8b 100644 --- a/build/index.html +++ b/build/index.html @@ -10,6 +10,16 @@

Loading..

+

+ With this file we can easily test the built js client locally (via npm run preview) + and online. +

+ +
+
+ + +