Skip to content

Commit

Permalink
chore: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
ppvg committed May 6, 2021
1 parent a9a259a commit 64046a8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Competency self-evaluation tool

## Development

```sh
$ npm i -g pnpm # if you haven't already
$ pnpm i
$ pnpm run dev
```

## Deployment

```sh
$ pnpm run build
```

...and deploy the `build/` dir on a static hosting service.

## Wish list:

- [ ] Use predefined question `id`s to enable keeping result URLs stable even if questions change.
- [ ] Enhance form to use client-side router on submit.
- [ ] Improve result visualisation, e.g. via `<td>` background color.
- [ ] Page title, favicon, manifest and all that jazz.
- [ ] Add a `LICENSE`

0 comments on commit 64046a8

Please sign in to comment.