Skip to content

Commit c09f42c

Browse files
committed
Improved the README file
1 parent 15cd8c5 commit c09f42c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.kubernetes/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ spec:
1919
- name: ENDPOINT
2020
value: 'http://graphdb.linked-open-statistics.org/repositories/classifications'
2121
- name: DEPLOY_MESSAGE
22-
value: 'App deployed into Insee Lab cluster'
22+
value: 'Powered by Insee Lab'

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# Classification Explorer
22

3-
A tool for browsing statistical classifications, developed for the Implementing ModernStats Standards project
3+
A tool for browsing statistical classifications, developed for the Implementing ModernStats Standards project.
4+
5+
The classifications are stored as RDF using the XKOS model.
46

57
## To build and run
68

7-
- Install node.js and a Git client
9+
- Install a Git client and [Node.js](https://nodejs.org/)
810

9-
- Clone the projet
11+
- Install yarn: `npm install --global yarn`
1012

11-
- Under `src/js` create a file credentials.js containing a Javascript object with username and password, example: `export default { username: '*******', password: '*******' }`. A `credentials.js.example` is provided.
13+
- Clone the projet and open a command prompt window
1214

13-
- Run `npm install`
15+
- Under `src/js`, create a `credentials.js` file exporting a JavaScript object with the username and password, for example: `export default { username: '*******', password: '*******' }`. A `credentials.js.example` is provided.
1416

15-
- Run `npm run start` (for develop or debug phases) or `npm run build` (for production).
17+
- Run `yarn install`
1618

17-
- Open a browser and navigate to http://localhost:3000
19+
- Run `yarn` and navigate to http://localhost:3000

0 commit comments

Comments
 (0)