We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f72fae commit 256f684Copy full SHA for 256f684
README.md
@@ -2,6 +2,21 @@
2
3
Secured browser for accessing NPLD content in Legal Deposit Library reading rooms.
4
5
+## Deployment
6
+
7
+The steps to generate a new, tagged npld-player build are:
8
9
+* Copy ```sample.env``` to ```.env``` and configure the environment variables
10
+* ``` yarn && yarn start ```
11
+ * This pulls in lots of dependencies and builds packages
12
+* ``` npm version prerelease ```
13
+* Log into https://github.com/ukiwa/npld-player-builds
14
15
16
17
18
19
20
## Development
21
22
### Quickstart
0 commit comments