From b001d4c8ca6b6a895113fc0226578571c90f0da9 Mon Sep 17 00:00:00 2001
From: Yuval Adam <_@yuv.al>
Date: Mon, 23 Sep 2024 10:33:59 +0200
Subject: Update README
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 57d85cf..0040bf2 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Geshem 🌧️
-
+
An interactive rain radar clone running on Mapbox GL, see it live at: [https://geshem.space](https://geshem.space)
@@ -14,7 +14,7 @@ For some architectural notes on the deployment process go read https://yuv.al/bl
## Prerequisites
- Node.js
-- Yarn
+- NPM
- Serverless, for deploying the AWS Lambda task
## Dev
@@ -23,7 +23,7 @@ Install dependencies and run dev server:
```bash
$ npm install
-$ DANGEROUSLY_DISABLE_HOST_CHECK=true npm start
+$ npm run dev
```
### Deploy
--
cgit v1.3.1