-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |