From 81341cdb9696f4e5de280d33ffdc64dae710431f Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Wed, 14 Aug 2024 15:14:05 +0100 Subject: [PATCH] Linting --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d7b8d96..9947cb0 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ commands compiled into .js and .wasm files. The latter are built by [Emscripten-forge](https://emscripten-forge.org/) and are added to the `cockle` NPM package using a `micromamba` environment as part of the `npm prepack` process. -Build ------ +## Build ```bash micromamba env create -f environment-dev.yml -y @@ -21,8 +20,7 @@ npm run build npm run lint:check ``` -Run tests ---------- +## Run tests ```bash cd test @@ -35,11 +33,10 @@ npm run test:report You can interactively run individual tests using `npm run test:ui`. -Demo ----- +## Demo The `cockle` repository includes a demo so that you can easily try it out interactively in a web -browser. Once you have built `cockle`, build and run the demo using: +browser. Once you have built `cockle`, build and run the demo using: ```bash cd demo @@ -47,6 +44,7 @@ npm install npm run build npm run serve ``` + then open a browser at the specified URL: Demo