sbv2-solana/website
Conner Gallagher d58ef1ce99 fix broken aggregator:create commands
- cleaned up transaction packing logic
dep


revert package.json


revert
2022-05-30 22:39:57 -06:00
..
api fix broken aggregator:create commands 2022-05-30 22:39:57 -06:00
docs fix broken aggregator:create commands 2022-05-30 22:39:57 -06:00
docs-1 fix broken aggregator:create commands 2022-05-30 22:39:57 -06:00
idl fixed spelling 2022-05-24 16:34:57 -06:00
plugins/my-loaders
src refactored documentation 2022-05-24 16:18:05 -06:00
static fixed spelling 2022-05-24 16:34:57 -06:00
.eslintrc.json
CNAME
LICENSE cleaned up package.json, tsconfig.json, and misc build configs 2022-05-25 12:38:29 -06:00
README.md
babel.config.js
cSpell.json fixed spelling 2022-05-24 16:34:57 -06:00
docker-compose.yml
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
sidebarsAPI.js refactored documentation 2022-05-24 16:18:05 -06:00
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.