Skip to content

Commit 2ab32e1

Browse files
authored
Update packages and refine style (#135)
* Updating packages * Fixing bugs from package upgrades
1 parent ee25cbc commit 2ab32e1

21 files changed

+4053
-3640
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
workflow_dispatch:
77

88
jobs:
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 'latest'
17+
node-version: "latest"
1818
- run: npm install
1919

2020
- name: Deploy with gh-pages

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Library map
22

3-
A map of UK public libraries where the data is published to the standard [library locations schema](https://schema.librarydata.uk/libraries).
3+
A map of UK public libraries where the data is published to the [library locations schema](https://schema.librarydata.uk/libraries) standard.
44

55
## Getting Started
66

@@ -16,6 +16,12 @@ These instructions will get you a copy of the project up and running on your loc
1616
npm install
1717
```
1818

19+
### Running the app
20+
21+
```console
22+
npm start
23+
```
24+
1925
## Deployment
2026

2127
```console

0 commit comments

Comments
 (0)