diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-23 10:33:59 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-23 10:33:59 +0200 |
| commit | b001d4c8ca6b6a895113fc0226578571c90f0da9 (patch) | |
| tree | 44ba7e981ddd3ea8e52b97e5b35b13106e670546 | |
| parent | 8a6ff5a2c15422badf0bc9c8166787dc23a71072 (diff) | |
Update README
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # Geshem 🌧️ -<img src="public/screenshot.png" height="600" align="right"> +<img src="app/public/screenshot.png" height="600" align="right"> 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 |
