diff --git a/README.md b/README.md
index cd96e3b7236a874f2d54bfc47ae1f4e6caabdf6b..bd09d17593deeeb2c8e92e6537ddc92f48ceb431 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,37 @@
 # Aistikattila Meeting Room
+
+Aistikattila Meeting Room is a web application designed to streamline meeting management. It allows users to view today's meetings, check available time slots, and navigate through upcoming or previous meetings on an interactive calendar.
+
+## Demo
+
+https://flavoria.fi/reservations
+
+## Run Locally
+
+Clone the project
+
+```bash
+  git clone https://gitlab.utu.fi/aistikattila/calendar.git
+```
+
+Go to the project directory
+
+```bash
+  cd my-project
+```
+
+Install dependencies
+
+```bash
+  npm install
+```
+
+Start the development server
+
+```bash
+  npm run dev
+```
+
+## Tech Stack
+
+**Client:** Vite, React, Redux, TailwindCSS, Material UI, i18n