- @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 |
||
---|---|---|
.. | ||
api | ||
docs | ||
docs-1 | ||
idl | ||
plugins/my-loaders | ||
src | ||
static | ||
.eslintrc.json | ||
CNAME | ||
LICENSE | ||
README.md | ||
babel.config.js | ||
cSpell.json | ||
docker-compose.yml | ||
docusaurus.config.js | ||
package.json | ||
sidebars.js | ||
sidebarsAPI.js | ||
sidebarsIDL.js | ||
tsconfig.json |
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.