The Dashboard is a unified admin interface for everything related to Threefold Grid such as Portal, Explorer, Calculators, Zero-OS Bootstrap & Playground. For more details, check Dashboard Manual
For detailed information you can read the Getting Started documentation.
- Run Dashboard in Development mode
yarn serve
- Run Dashboard in Production mode
yarn build
This will generate the production build in the dist
directory, which can be served using Caddy or NGINX
-
The main testing tools used in Dashboard are
-
How to run tests
-
How to write new tests
Since all necessary files, such as configuration, base and utils files have already been created, creating additional tests is simple. All you need to do is create a new file with the same naming convention as the others and follow the instructions listed below, depending on the tool you plan to use.