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