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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Run `npm ci` from within the csss-site-frontend (same directory as the `package.
25
25
26
26
### Local Development
27
27
28
-
Run `npm run start` to deploy the site locally at [localhost:8080](http://localhost:8080).
28
+
Run `npm run start` to deploy the site locally at [localhost:8080](http://localhost:8080). (warning: if you use a port other than `8080`, it may not work with the backend)
29
29
30
30
This script starts a Webpack development server, and watches any changes made to the `src` and `public` directories.
0 commit comments