We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c2122 commit 56d52a9Copy full SHA for 56d52a9
README.md
@@ -122,15 +122,18 @@ yarn run cosmos
122
To launch it with our development server (so you have live-reloading):
123
124
```bash
125
+# Terminal 1
126
yarn start
127
+# Terminal 2
128
yarn e2e
129
```
130
-If we want to use the Cypress UI:
131
+If we want to use the Cypress UI, with the production build:
132
133
-yarn build
-yarn serve
134
135
+npx nx run cowswap-frontend:serve-static --port 3000
136
137
yarn e2e:open
138
139
0 commit comments