@norskvideo/norsk-studio 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,58 +1,2 @@
1
1
  # Norsk Studio
2
-
3
- Please read the [Development Guidelines](./development-guidelines.md)
4
-
5
- Note
6
- ---
7
-
8
- NB: This isn't permanent, but you'll want to clone this side by side with Norsk so the npm linked packages can be found.
9
-
10
- ```
11
- src/norsk
12
- src/norsk-studio
13
- ```
14
-
15
- Get it all built the first time
16
- ----
17
-
18
- ```
19
- npm install
20
- npm run build
21
- ```
22
-
23
- Subsequent builds are just
24
-
25
- ```
26
- npm run build
27
- ```
28
- Oh look they're the same.
29
-
30
- Run it
31
- -----
32
-
33
- NB: Norsk must be running on the default ports before all the following commands, it is simply assumed that it is there
34
-
35
- ```
36
- # Spin docker compose (nginx, and in the future, norsk)
37
- npm run support:start
38
-
39
- # The actual server
40
- npm run server
41
-
42
- # When finished for the day
43
- npm run support:stop
44
- ```
45
-
46
-
47
- It should be available on :80/:443 via nginx unless somebody changes the port and not this file
48
- It is also listening on 8000, but it's nice to have SSL so various other things work
49
-
50
- Run the tests
51
- ----
52
-
53
- NB: Norsk must be running on the default ports
54
- NB: There are some timing issues present, so they're not the most stable of tests
55
-
56
- ```
57
- npm test
58
- ```
2
+ Please visit https://github.com/norskvideo/norsk-studio for example usages of this package.
package/bin/studio-editor CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env sh
2
- ROOT=$(realpath ${0%/*}/../norsk-studio)
2
+ ROOT=$(realpath ${0%/*}/../@norskvideo/norsk-studio)
3
3
  node "$ROOT/lib/server/index.js" $@
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-studio",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "postinstall": "rm -f node_modules/hls-parser/*.ts",
@@ -109,4 +109,4 @@
109
109
  "web-worker": "^1.2.0",
110
110
  "why-is-node-running": "^2.2.2"
111
111
  }
112
- }
112
+ }