note-to-self
note-to-self copied to clipboard
Example SkyDB App
Current main branch always deployed to: https://note-to-self.hns.siasky.net
Available Scripts
Install dependencies with yarn before trying to execute any of the commands.
In the project directory, you can run:
yarn start: start the project in development mode (open http://localhost:3000 to view it in the browser)yarn test: launch test runner in the interactive watch modeyarn build: build the app for production to thebuildfolder
Deploying to Skynet
- run
yarn buildto build the app for production - visit siasky.net and click on "Do you want to upload entire directory?" to switch to directory upload mode
- drag the
buildfolder over the upload area (or click "Browse" and select the directory from the file browser window)
To learn more about Skynet, visit siasky.net official webpage.