Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 309 Bytes

dashboard

Decentral stacking dashboard from GenZ Stacking.

Build

With this setup, we can now use the following script commands:

# build the full application in prod mode in dist/
yarn run build 

# start a dev server with livereload
yarn run dev 

# run the jest test suite
yarn run test