Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 612 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 612 Bytes

deep-space-store

Use node >= 18.19.1

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Run Webdriver.io tests

npm run wdio

If the test doesn't run, change the setUrl const value in test/specs/test.e2e.js to the url that you're running the app (it must be the network url, not the local one).

Customize configuration

See Configuration Reference.