From 1156b243e02b10e0790926855a3ea1034c172f4c Mon Sep 17 00:00:00 2001 From: Benny Samir Hierl Date: Thu, 3 Feb 2022 21:15:15 +0100 Subject: [PATCH] readme adjusted Signed-off-by: Benny Samir Hierl --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ae1488..ae32616 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ The wishlist app is a simple webapp for publishing wishlists. It allows to share The app can be easily self-hosted via Docker (see docker-compose example below). +## Features + +- Support of multiple wishlists +- Items can be removed from the wishlist by users +- i18n support + ## Feature Roadmap - Administrate wishlists @@ -43,14 +49,20 @@ npm run dev npm run build ``` -### Run Unit Tests with [Vitest](https://vitest.dev/) +### Run Unit Tests ```sh npm run test:unit ``` -### Lint with [ESLint](https://eslint.org/) +### Lint ```sh npm run lint ``` + +### Typecheck + +```sh +npm run typecheck +```