The website as accessible through https://EMSolution-SSIL.github.io/eMotorSolutionDoc/
- Install Node.js (LTS version recommended).
node -v
- Clone the repository to your local machine.
git clone https://github.com/EMSolution-SSIL/eMotorSolutionDoc.git
- Navigate to the cloned directory in your terminal.
cd eMotorSolutionDoc - Install the dependencies
npm install
For Japanese version:
npm run startFor English version:
npm run start -- --locale enIn developer mode it is not possible to switch between languages. You need to restart the server with the desired language.
$env:GIT_USER="<Your GitHub username>"
npm run deployThis 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.
For more information on how to use the documentation, please refer to the Docusaurus documentation.