https://github.com/dghelm/sktus-deploy
https://github.com/dghelm/sktus-deploy
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dghelm/sktus-deploy
- Owner: dghelm
- Created: 2022-05-25T11:51:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T12:04:44.000Z (about 4 years ago)
- Last Synced: 2025-06-30T15:50:47.434Z (12 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skt.us Hosted Skynet Kernel
This is an experimental early test for supporting `libkernel` applications if the user doesn't have the browser extension installed. Latest deployment is available at https://skt.us
## Building
To reproduce the deployment, you'll need:
- `browserify` installed (`npm install -g browserify`)
- `skydeploy` installed and included in your PATH. [Download here.](https://github.com/redsolver/skydeploy/releases)
- To build the [`skynet-kernel` extension](https://github.com/SkynetLabs/skynet-kernel).
The repo has a committed `bundle/content-kernel.ts` file, but you'll want to replace it with symlink pointing to the built "bundle" file from your local `skynet-kernel` project.
`ln -s ../../skynet-kernel/extension/bundle/content-kernel.ts`
Next, run `npm run deploy`. To just build locally, run `npm run build`. To serve from a local sever, build, then run `npm run serve`.