From 3eeae0b6b4c945c996e53f59911ffb8d3a376f99 Mon Sep 17 00:00:00 2001 From: yubintw Date: Wed, 27 Mar 2024 00:15:28 +0800 Subject: [PATCH] docs: add testing command --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 305aa6b..d04277b 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,26 @@ start development mode npm run dev ``` +### Run the test + +``` +npm run test +``` + ## Frontend React (by vite) +### Development + start development mode ``` cd frontend npm run dev +``` + +### Run cypress test + +``` +npm run cy:test ``` \ No newline at end of file