Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Aug 14, 2024
1 parent b489bcd commit 81341cd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,8 +20,7 @@ npm run build
npm run lint:check
```

Run tests
---------
## Run tests

```bash
cd test
Expand All @@ -35,18 +33,18 @@ 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
npm install
npm run build
npm run serve
```

then open a browser at the specified URL:

<img alt="Demo" src="demo.png" width="500px">

0 comments on commit 81341cd

Please sign in to comment.