diff --git a/README.md b/README.md
index f7fe71d..a9eec21 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,19 @@
-# Website
+# Pretendo website
-This repository contains the source code for [our website](https://pretendo.network). All contributions should go in the [dev branch](https://github.com/PretendoNetwork/website/tree/dev).
+This repository contains the source code for [our website](https://pretendo.network).
-### Localization
-If you'd like to help localize Pretendo Network, you can check out our project on [Weblate](https://hosted.weblate.org/engage/pretendonetwork/).
+# Running locally for development
-
-
-
+Prerequisites:
+- Clone the repository
+- Have NodeJS 20 or higher installed
-* * *
+Run the following in your terminal:
+```bash
+npm i
+npm run dev
+```
-Join our Discord:
+# Translation
-
-
-
\ No newline at end of file
+If you'd like to help localize Pretendo Network, you can contribute to the translations on our project on [Weblate](https://hosted.weblate.org/engage/pretendonetwork/).