Skip to content

Commit

Permalink
Add make setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 22, 2024
1 parent 81cbad8 commit 770964c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
.PHONY: build
build: build-package build-types

.PHONY: setup
setup:
npm install

.PHONY: build-package
build-package:
node script/build-package.js
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

A UI for physical scramble tables at cubing competitions.

## Run the demo

```shell
git clone https://github.com/cubing/scramble-table && cd scramble-table
make setup

make dev
```

## Example

<picture>
Expand Down

0 comments on commit 770964c

Please sign in to comment.