GitXplorerGitXplorer
o

usukawa-docs

public
0 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
f81331036fa1167e8837f2ed0d353306f68d0200

Merge pull request #7 from oshiteku/feature/add-browser-source-api

ooshiteku committed 3 years ago
Verified
21f73d9c31371706f804cf9c4ccb6771d4dee695

add: optional and default value

ooshiteku committed 3 years ago
Verified
84a856b4c75390fa257f860f0f42941ab49b171a

fix: topic path

ooshiteku committed 3 years ago
Verified
3b1bf36c9e2cfed187f11791303402d64af6d02e

update: message data

ooshiteku committed 3 years ago
Verified
7985eab7370a53724fbd173ee1a6a5bda07b4282

add: create browser souce api

ooshiteku committed 3 years ago
Verified
91bb731822aaeca47d6168a816b889768d442bf8

Merge pull request #6 from oshiteku/fix-some-error

ooshiteku committed 3 years ago

README

The README file for this repository.

usukawa docs

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.