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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The Sinopia Editor code is currently available via [sinopia.io](https://sinopia.
38
38
39
39
`npm run dev-start`
40
40
41
-
Runs the webpack-dev-server, allowing immediate loading of live code changes without having to restart the server. The webpack-dev-server is available on at [http://localhost:8080](http://localhost:8080).
41
+
Runs the webpack-dev-server, allowing immediate loading of live code changes without having to restart the server. The webpack-dev-server is available on at [http://localhost:8888](http://localhost:8888).
42
42
Note that running the webpack server does NOT call server.js
43
43
44
44
### Building with webpack
@@ -50,7 +50,7 @@ We are using webpack as a build tool. See `webpack.config.js` for build depende
50
50
##### Running the server with express directory
51
51
52
52
`npm start` will spin up express directly.
53
-
The express server is available on at [http://localhost:8000](http://localhost:8000).
53
+
The express server is available on at [http://localhost:8000](http://localhost:8000).
54
54
55
55
>>>>>>> Update README and remove references to grunt
56
56
### Linter for JavaScript
@@ -69,7 +69,7 @@ See https://www.npmjs.com/package/eslint-takeoff for more info.
69
69
70
70
### Test
71
71
72
-
Tests are written in jest, also utilizing puppeteer for end-to-end tests.
72
+
Tests are written in jest, also utilizing puppeteer for end-to-end tests.
73
73
To run them `npm test`.
74
74
75
75
#### Test coverage
@@ -164,10 +164,10 @@ All contributions are welcome. If you do not code, surely you will discover an
164
164
165
165
#### User Authentication with AWS Cognito
166
166
167
-
We currently use AWS Cognito to manage the authentication of users. Cognito uses a client id to manage the connection to
168
-
this application (see `awsClientID()` in `src/Config.js`). Whenever changes are made to the AWS configuration this client_id
169
-
changes and so you must also submit a PR to change the client id in this application as well. In the production environment
170
-
this will be handled via an environment variable, but for local functionality and testing, the hard-coded value must be updated,
167
+
We currently use AWS Cognito to manage the authentication of users. Cognito uses a client id to manage the connection to
168
+
this application (see `awsClientID()` in `src/Config.js`). Whenever changes are made to the AWS configuration this client_id
169
+
changes and so you must also submit a PR to change the client id in this application as well. In the production environment
170
+
this will be handled via an environment variable, but for local functionality and testing, the hard-coded value must be updated,
171
171
or you must set the environment variable `AWS_CLIENT_ID` to be the current client id.
172
172
173
173
Acknowledgements
@@ -227,7 +227,7 @@ License
227
227
-------
228
228
229
229
Unless otherwise noted, code that is originally developed by Stanford University
230
-
in the `Sinopia Editor` is licensed under the [Apache 2](https://www.apache.org/licenses/LICENSE-2.0).
230
+
in the `Sinopia Editor` is licensed under the [Apache 2](https://www.apache.org/licenses/LICENSE-2.0).
0 commit comments