You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,6 @@ Copyright (C) 2023 The Open Library Foundation
4
4
5
5
This software is distributed under the terms of the Apache License, Version 2.0. See the file "[LICENSE](LICENSE)" for more information.
6
6
7
-
## Introduction
8
-
9
-
Congratulations on creating a new Stripes UI app module! Follow the instructions below to run ui-requests-mediated and start your development.
10
-
11
-
TODO: Modify this README to replace these sections about getting started.
12
-
13
-
## Prerequisites
14
-
15
-
In order to view and log into the platform being served up, a suitable Okapi backend will need to be running. The [testing-backend](https://app.vagrantup.com/folio/boxes/testing-backend) Vagrant box should work if your app does not yet have its own backend module.
16
-
17
7
## Run your new app
18
8
19
9
Run the following from the ui-requests-mediated directory to serve your new app using a development server:
Run the included UI tests with the following command:
37
27
```
38
-
stripes test karma
28
+
yarn run test:jest"
39
29
```
40
30
41
-
## What to do next?
42
-
43
-
Now that your new app is running, search the code for "`new-app`" to find comments and subbed placeholders that may need your attention.
31
+
## Introduction
44
32
45
-
Please remove or customize the sample strings in `en.json` (lines 3-10) before merging this file to master; the translators do not need to be providing translations for these sample strings.
33
+
This is a [Stripes](https://github.com/folio-org/stripes-core/) UI module
34
+
for making requests on items.
46
35
47
-
Read the [Stripes Module Developer's Guide](https://github.com/folio-org/stripes/blob/master/doc/dev-guide.md).
36
+
## Additional information
48
37
49
-
When your new UI app is ready and being built by CI, then adjust its Jenkinsfile to remove the `npmDeploy = 'no'` parameter (which is then superfluous).
38
+
Other [modules](https://dev.folio.org/source-code/#client-side).
50
39
51
-
TODO: Modify this README to replace these sections about getting started, link to your issue tracker, etc.
40
+
See project [UIREQMED](https://issues.folio.org/browse/UIREQMED)
41
+
at the [FOLIO issue tracker](https://dev.folio.org/guidelines/issue-tracker).
52
42
43
+
Other FOLIO Developer documentation is at [dev.folio.org](https://dev.folio.org/)
0 commit comments