A webapp that makes Skynet accessible to web browsers.
Use
yarn workspace webapp startto start the development server.
Use
yarn workspace webapp buildto compile the application to
/publicdirectory.
You can use the below build parameters to customize your web application.
GATSBY_API_URL=https://siasky.dev yarn workspace webapp start
GATSBY_API_URL=https://siasky.net yarn workspace webapp build
List of available parameters:
GATSBY_API_URL: override api url (defaults to location origin)
Before pushing your code you should verify that it will pass our online test suite.
Cypress Tests Verify the Cypress test suite by doing the following:
GATSBY_API_URL=https://siasky.net yarn workspace webapp start
yarn workspace webapp cypress run
A setup guide with installation scripts can be found in setup-scripts/README.md.