sbv2-solana/website
gallynaut d0fdd03357 Publish
- @switchboard-xyz/switchboardv2-cli@0.1.24
 - @switchboard-xyz/sbv2-lite@0.1.4
 - @switchboard-xyz/sbv2-utils@0.1.15
 - @switchboard-xyz/switchboard-v2@0.0.102
 - @switchboard-xyz/v2-feed-parser@0.1.3
 - @switchboard-xyz/v2-feed-walkthrough@0.1.3
 - @switchboard-xyz/lease-observer@0.1.4
 - anchor-feed-parser@0.1.3
 - anchor-vrf-parser@0.1.3
 - spl-feed-parser@0.1.3
 - @switchboard-xyz/eslint-config@0.1.1
 - website@0.1.4
2022-05-26 17:50:04 -06:00
..
api updated CLI docs 2022-05-25 13:04:26 -06:00
docs trigger gh action 2022-05-26 13:31:19 -06:00
docs-1 fixed spelling 2022-05-24 16:34:57 -06:00
idl fixed spelling 2022-05-24 16:34:57 -06:00
plugins/my-loaders init 2022-05-17 10:42:04 -06:00
src refactored documentation 2022-05-24 16:18:05 -06:00
static fixed spelling 2022-05-24 16:34:57 -06:00
.eslintrc.json init 2022-05-17 10:42:04 -06:00
CNAME init 2022-05-17 10:42:04 -06:00
LICENSE cleaned up package.json, tsconfig.json, and misc build configs 2022-05-25 12:38:29 -06:00
README.md init 2022-05-17 10:42:04 -06:00
babel.config.js init 2022-05-17 10:42:04 -06:00
cSpell.json fixed spelling 2022-05-24 16:34:57 -06:00
docker-compose.yml init 2022-05-17 10:42:04 -06:00
docusaurus.config.js refactored documentation 2022-05-24 16:18:05 -06:00
package.json Publish 2022-05-26 17:50:04 -06:00
sidebars.js init 2022-05-17 10:42:04 -06:00
sidebarsAPI.js refactored documentation 2022-05-24 16:18:05 -06:00
sidebarsIDL.js developer doc cleanup 2022-05-20 16:45:42 -06:00
tsconfig.json init 2022-05-17 10:42:04 -06:00

README.md

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.