76a57d9390
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
---|---|---|
.dependabot | ||
.github/workflows | ||
cypress | ||
setup-scripts | ||
src | ||
static | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
cypress.json | ||
gatsby-config.js | ||
package.json | ||
yarn.lock |
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