From 0dbc7b898d73e3ad81deab0418b959e71c4ed2e3 Mon Sep 17 00:00:00 2001 From: rommguy Date: Sat, 2 Mar 2024 13:10:34 +0200 Subject: [PATCH] update contribution --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12a6d6c..73aeb8e 100644 --- a/README.md +++ b/README.md @@ -131,8 +131,9 @@ min-height and min-width are required since flex won't shrink below it's minimum ``` ### Contributing -To build the project in watch mode, run 'npm run develop' or 'yarn develop'. -For production build - run yarn build . +This project is built using Vite. +To run in dev mode - "yarn dev" or "npm run dev". +To build the project - "yarn build" or "npm run build". ### Tests ```sh