diff --git a/README.md b/README.md index cd80c0c..fc33aea 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# WITM-WeDesignTech \ No newline at end of file +# WITM-WeDesignTech + + + +## Setup Development Environment + +Install dependencies (Vite & tailwindcss) + +```sh +> pnpm install +`` +Run webserver + +```sh +> pnpm run dev +```