diff --git a/package.json b/package.json
index b72b8379..722fb9b5 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,11 @@
{
"private": true,
"scripts": {
- "client-dev": "yarn workspace siaviewnode-client dev -p 3000",
- "server-dev": "yarn workspace siaviewnode-server dev",
- "client-prod": "yarn workspace siaviewnode-client build && yarn workspace siaviewnode-client start -p 3000",
- "server-prod": "yarn workspace siaviewnode-server build && yarn workspace siaviewnode-server start",
- "dev": "concurrently \"yarn client-dev\" \"yarn server-dev\"",
+ "start:client": "yarn workspace sia-skynet start",
+ "start:server": "yarn workspace siaviewnode-server dev",
+ "build:client": "yarn workspace sia-skynet build",
+ "build:server": "yarn workspace siaviewnode-server build && yarn workspace siaviewnode-server start",
+ "dev": "concurrently \"yarn start:client\" \"yarn start:server\"",
"start": "NODE_ENV=production concurrently \"yarn client-prod\" \"yarn server-prod\""
},
"workspaces": {
@@ -13,9 +13,6 @@
"packages/*"
]
},
- "devDependencies": {
- "lerna": "3.16.5"
- },
"dependencies": {
"concurrently": "5.0.0"
}
diff --git a/packages/sia-skynet/README.md b/packages/sia-skynet/README.md
new file mode 100644
index 00000000..89b278ae
--- /dev/null
+++ b/packages/sia-skynet/README.md
@@ -0,0 +1,68 @@
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `yarn start`
+
+Runs the app in the development mode.
+Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
+
+The page will reload if you make edits.
+You will also see any lint errors in the console.
+
+### `yarn test`
+
+Launches the test runner in the interactive watch mode.
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
+
+### `yarn build`
+
+Builds the app for production to the `build` folder.
+It correctly bundles React in production mode and optimizes the build for the best performance.
+
+The build is minified and the filenames include the hashes.
+Your app is ready to be deployed!
+
+See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
+
+### `yarn eject`
+
+**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
+
+If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+
+Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
+
+You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
+
+## Learn More
+
+You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+
+To learn React, check out the [React documentation](https://reactjs.org/).
+
+### Code Splitting
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
+
+### Analyzing the Bundle Size
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
+
+### Making a Progressive Web App
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
+
+### Advanced Configuration
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
+
+### Deployment
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
+
+### `yarn build` fails to minify
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
diff --git a/packages/sia-skynet/build/CNAME b/packages/sia-skynet/build/CNAME
new file mode 100644
index 00000000..8353f94c
--- /dev/null
+++ b/packages/sia-skynet/build/CNAME
@@ -0,0 +1 @@
+sia.staffonly.com
diff --git a/packages/sia-skynet/build/asset-manifest.json b/packages/sia-skynet/build/asset-manifest.json
new file mode 100644
index 00000000..4d58fada
--- /dev/null
+++ b/packages/sia-skynet/build/asset-manifest.json
@@ -0,0 +1,22 @@
+{
+ "files": {
+ "main.css": "/static/css/main.4771139d.chunk.css",
+ "main.js": "/static/js/main.73ef0a5e.chunk.js",
+ "main.js.map": "/static/js/main.73ef0a5e.chunk.js.map",
+ "runtime-main.js": "/static/js/runtime-main.8a6fc825.js",
+ "runtime-main.js.map": "/static/js/runtime-main.8a6fc825.js.map",
+ "static/js/2.0802306f.chunk.js": "/static/js/2.0802306f.chunk.js",
+ "static/js/2.0802306f.chunk.js.map": "/static/js/2.0802306f.chunk.js.map",
+ "index.html": "/index.html",
+ "precache-manifest.b9abe5362b3facc86d000a4ca8fff95f.js": "/precache-manifest.b9abe5362b3facc86d000a4ca8fff95f.js",
+ "service-worker.js": "/service-worker.js",
+ "static/css/main.4771139d.chunk.css.map": "/static/css/main.4771139d.chunk.css.map",
+ "static/js/2.0802306f.chunk.js.LICENSE.txt": "/static/js/2.0802306f.chunk.js.LICENSE.txt"
+ },
+ "entrypoints": [
+ "static/js/runtime-main.8a6fc825.js",
+ "static/js/2.0802306f.chunk.js",
+ "static/css/main.4771139d.chunk.css",
+ "static/js/main.73ef0a5e.chunk.js"
+ ]
+}
\ No newline at end of file
diff --git a/packages/sia-skynet/build/favicon.ico b/packages/sia-skynet/build/favicon.ico
new file mode 100644
index 00000000..bcd5dfd6
Binary files /dev/null and b/packages/sia-skynet/build/favicon.ico differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-55Roman.woff b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-55Roman.woff
new file mode 100644
index 00000000..dcbfaecb
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-55Roman.woff differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-55Roman.woff2 b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-55Roman.woff2
new file mode 100644
index 00000000..6670f1e3
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-55Roman.woff2 differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-65Medium.woff b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-65Medium.woff
new file mode 100644
index 00000000..40282000
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-65Medium.woff differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-65Medium.woff2 b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-65Medium.woff2
new file mode 100644
index 00000000..4e1d8e70
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotDispR-65Medium.woff2 differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-55Roman.woff b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-55Roman.woff
new file mode 100644
index 00000000..394db4ed
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-55Roman.woff differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-55Roman.woff2 b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-55Roman.woff2
new file mode 100644
index 00000000..bb3e7893
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-55Roman.woff2 differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-65Medium.woff b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-65Medium.woff
new file mode 100644
index 00000000..1410b9f7
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-65Medium.woff differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-65Medium.woff2 b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-65Medium.woff2
new file mode 100644
index 00000000..7887c1fc
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-65Medium.woff2 differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-75Bold.woff b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-75Bold.woff
new file mode 100644
index 00000000..f9682a2e
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-75Bold.woff differ
diff --git a/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-75Bold.woff2 b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-75Bold.woff2
new file mode 100644
index 00000000..d48b1459
Binary files /dev/null and b/packages/sia-skynet/build/fonts/hinted-subset-HaasGrotTextR-75Bold.woff2 differ
diff --git a/packages/sia-skynet/build/images/footer-cube.svg b/packages/sia-skynet/build/images/footer-cube.svg
new file mode 100644
index 00000000..fd60814b
--- /dev/null
+++ b/packages/sia-skynet/build/images/footer-cube.svg
@@ -0,0 +1,13 @@
+
+
\ No newline at end of file
diff --git a/packages/sia-skynet/build/images/green-check.svg b/packages/sia-skynet/build/images/green-check.svg
new file mode 100644
index 00000000..cdee65cb
--- /dev/null
+++ b/packages/sia-skynet/build/images/green-check.svg
@@ -0,0 +1,29 @@
+
+
\ No newline at end of file
diff --git a/packages/sia-skynet/build/images/top-swoosh.svg b/packages/sia-skynet/build/images/top-swoosh.svg
new file mode 100644
index 00000000..e3b4c20f
--- /dev/null
+++ b/packages/sia-skynet/build/images/top-swoosh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/sia-skynet/build/index.html b/packages/sia-skynet/build/index.html
new file mode 100644
index 00000000..ee324cd0
--- /dev/null
+++ b/packages/sia-skynet/build/index.html
@@ -0,0 +1 @@
+