GitXplorerGitXplorer
t

website

public
26 stars
22 forks
16 issues

Commits

List of commits on branch master.
Verified
142ab2f281c28f6072e1e21ccf1a97ea0759c8c7

Merge pull request #59 from Xelus22/button_docs

oolivia committed a year ago
Unverified
5c1ede2f01286f7aefd921e1caf86830880bbce2

Add button control to docs

XXelus22 committed a year ago
Verified
e5b37c8b6658fdea4d5a9e135d0884c1ee090aee

Update package.json

oolivia committed 2 years ago
Verified
f0a31c77ba40c401689884e6069d2e7724fbd218

Merge pull request #57 from Xelus22/Xelus22-patch-1

oolivia committed 2 years ago
Verified
0c65cdd7bba4488b38bd4b21b7319600a7ed0f82

Update configuring_qmk.md

XXelus22 committed 2 years ago
Verified
e7bd4a86a89925cb9347429857c8e20ac13d89e3

Merge pull request #50 from lesshonor/qmk-config-update

oolivia committed 2 years ago

README

The README file for this repository.

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 open 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.