A webapp that makes Skynet accessible to web browsers.
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Ivaylo Novakov 8f6b780d13
Remove IPs.
2020-09-23 14:37:57 +02:00
.github
docker Remove sia-upload from nginx config. 2020-09-23 14:36:19 +02:00
packages Make the stack build. Avoid netwrokig overlap with local net. 2020-09-17 15:38:00 +00:00
setup-scripts update ssh keys 2020-09-17 15:50:47 +02:00
.gitignore
LICENSE
README.md
docker-compose.yml Remove IPs. 2020-09-23 14:37:57 +02:00
package.json
yarn.lock move handshake proxy to nginx 2020-09-15 17:13:10 +02:00

README.md

Skynet Portal

Web application

Use yarn start to start the development server.

Use yarn build to compile the application to /public directory.

You can use the below build parameters to customize your web application.

  • development example GATSBY_API_URL=https://siasky.dev yarn start
  • production example GATSBY_API_URL=https://siasky.net yarn build

List of available parameters:

  • GATSBY_API_URL: override api url (defaults to location origin)

Contributing

Testing you Code

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:

  1. In one terminal screen run GATSBY_API_URL=https://siasky.net yarn workspace webapp start
  2. In a second terminal screen run yarn workspace webapp cypress run

Setting up complete skynet server

A setup guide with installation scripts can be found in setup-scripts/README.md.