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
dependabot-preview[bot] a48307aa87
Merge pull request #67 from NebulousLabs/dependabot/npm_and_yarn/gatsby-plugin-sharp-2.4.7
2020-03-09 12:30:56 +00:00
.github/workflows add cypress testing suite 2020-03-05 12:04:54 +01:00
cypress add cypress testing suite 2020-03-05 12:04:54 +01:00
setup-scripts Merge pull request #72 from NebulousLabs/large-headers-nginx-issue 2020-03-09 12:31:06 +01:00
src add cypress testing suite 2020-03-05 12:04:54 +01:00
static
.eslintrc.json add cypress testing suite 2020-03-05 12:04:54 +01:00
.gitignore add cypress testing suite 2020-03-05 12:04:54 +01:00
.prettierignore
.prettierrc set prettier arrowParens to always 2020-02-28 17:19:33 +01:00
LICENSE
README.md
cypress.json add cypress testing suite 2020-03-05 12:04:54 +01:00
gatsby-config.js
package.json Bump gatsby-plugin-sharp from 2.4.5 to 2.4.7 2020-03-09 12:27:05 +00:00
yarn.lock Bump gatsby-plugin-sharp from 2.4.5 to 2.4.7 2020-03-09 12:27:05 +00:00

README.md

Skynet Portal

Setup Guide

A setup guide with scripts to install prerequisites can be found in the setup-scripts directory.

Once the setup guide is complete you will be running:

  • siad configured as a Skynet Portal
  • an nginx webserver serving webportal

Web application

Development

Use yarn start to start the development server.

Production build

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

Build parameters

You can use the below build parameters to customize your application. You can use them both on development and production builds.

  • 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: you can override the api url if it is different than the location origin