From 26574742f7a2f755ccfdb8af575d6335719cf964 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 28 Sep 2024 09:40:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2acae0d..37ec9ac 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Map of London's brutalist buildings built in React,TypeScript and Tailwind. Uses - I realised that this would allow me to use the mapbox NPM package rather than the CDN method I was previously using, which would allow me to host the geojson data myself - making it much easier to edit. - During development, it became obvious that I could make a multi-page site with the data, now that I was selfhosting it, allowing me to display it in different ways. This would allow different users to engage as they wished. -##Building +## Building - First, I set up the app using Vite. - Then I worked on each of the pages in the app, using Tailwind CSS to rapidly design them in a similar style to my Brutalist Map project.