Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

A webapp that makes Scprime Public portals accessible to web browsers. SCP is building a commercial grade storage cloud. Portals are more for community members to use the network for experimental purposes

License

Notifications You must be signed in to change notification settings

scpcorp/skynet-webportal

 
 

Repository files navigation

Public 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:

  • spd configured as a Public 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

About

A webapp that makes Scprime Public portals accessible to web browsers. SCP is building a commercial grade storage cloud. Portals are more for community members to use the network for experimental purposes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.6%
  • CSS 23.6%
  • Shell 8.6%
  • Python 8.2%