Skip to content

EMSolution-SSIL/eMotorSolutionDoc

Repository files navigation

For Users

The website as accessible through https://EMSolution-SSIL.github.io/eMotorSolutionDoc/

For Developers

1. Initial Setup

  1. Install Node.js (LTS version recommended).
    node -v
  2. Clone the repository to your local machine.
    git clone https://github.com/EMSolution-SSIL/eMotorSolutionDoc.git
  3. Navigate to the cloned directory in your terminal.
    cd eMotorSolutionDoc
  4. Install the dependencies
    npm install

2. Running the Development Server

For Japanese version:

npm run start

For English version:

npm run start -- --locale en

In developer mode it is not possible to switch between languages. You need to restart the server with the desired language.

3. Deploying the Documentation

$env:GIT_USER="<Your GitHub username>"
npm run deploy

This will build the documentation and deploy it to the gh-pages branch of your repository. It might take a few minutes for the changes to be reflected on the live site.

Additional Information

For more information on how to use the documentation, please refer to the Docusaurus documentation.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •