This repository contains the documentation for the Eve Wormhole Mapper tool, built using Docusaurus, a modern static site generator.
To get started with the documentation locally, clone the repository and install the dependencies:
git clone https://github.com/pfh59/eve-whmapper-docs.git
cd eve-whmapper-docs
yarnRun the following command to start a local development server:
yarn startThis will open the documentation in your browser. Changes to the source files will be reflected live.
To generate the static site, use:
yarn buildThe static files will be output to the build directory. You can serve these files using any static hosting service.
To deploy the documentation to GitHub Pages, use:
USE_SSH=true yarn deployGIT_USER=<Your GitHub username> yarn deployThis will build the site and push it to the gh-pages branch of the repository.
We welcome contributions! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.