GitXplorerGitXplorer
c

docusaurus

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
504f9522097fd0d831acaf515974cd3843ba0343

translation demo

cckvignesh committed 3 years ago
Unverified
4a19ed831f1f96f5ba6eb1717e242d629eca7a17

added translation bar

cckvignesh committed 3 years ago
Unverified
07d0d914ad7a30362679d92cd3e7d9b4b19478d1

deleted a version for test

cckvignesh committed 3 years ago
Unverified
e575332f9a5aa6eb341a55db0085e35930a72a1e

new versionings added for testing

cckvignesh committed 3 years ago
Unverified
58947cde85954ff5ef436cf76d39a22728f23524

new versioning added for testing

cckvignesh committed 3 years ago
Unverified
d24fdb59de9ea64b7fb318f3d117157cbfbb5f85

versioning added

cckvignesh committed 3 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 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

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> 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.