Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbenns committed Sep 15, 2023
1 parent 94ea014 commit 4fa0660
Show file tree
Hide file tree
Showing 12 changed files with 188 additions and 185 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# UK Housing Developments

App that scrapes and maps locations of housing developments from some of the biggest UK developers.

Site was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

View the project here: [oliverbenns.github.io/uk-housing-developments](https://oliverbenns.github.io/uk-housing-developments)
Expand All @@ -8,12 +10,12 @@ View the project here: [oliverbenns.github.io/uk-housing-developments](https://o

### Site

- `cp .env.example.local .env.local`
- Add secrets to the newly copied env file
- `npm start`
- `cp .env.example.local .env.local`
- Add secrets to the newly copied env file
- `npm start`

### Scraper

- `docker compose up -d`
- `cp .env.example .env`
- Run the shell script `sh scrape.sh`
- `docker compose up -d`
- `cp .env.example .env`
- Run the shell script `sh scrape.sh`
26 changes: 0 additions & 26 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
"@types/jest": "^27.5.2",
"@types/mapbox-gl": "^2.7.13",
"@types/node": "^16.18.46",
"@types/proj4": "^2.5.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"mapbox-gl": "^2.15.0",
"proj4": "^2.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
Binary file modified site/public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion site/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>UK Housing Developments</title>
<meta name="description" content="" />
/>
<meta property="og:image" content="%PUBLIC_URL%/banner.png" />
</head>
<body>
Expand Down
Loading

0 comments on commit 4fa0660

Please sign in to comment.