Skip to content

FiguraMC/wiki

Repository files navigation

Figura Wiki

View the Wiki

About

The Figura Wiki serves as a comprehensive resource for the Figura mod in Minecraft. It offers detailed guides, documentation, and information to help users and contributors effectively engage with and utilize the Figura mod.

Getting Started

Prerequisites

Before you start, ensure you have the following installed:

Local Development

To set up the wiki for local development:

  1. Install Prerequisites: Ensure you have Git, Node.js, and pnpm installed on your machine.
  2. Clone the Repository: Run git clone https://github.com/FiguraMC/wiki.git to clone the repository.
  3. Navigate to the Project Directory: Use cd wiki to enter the project directory.
  4. Install Dependencies: Execute pnpm install or pnpm i to install necessary dependencies.
  5. Start the Development Server: Run pnpm start to launch the local development server and view changes in real-time.

Contributing

To contribute to the Figura Wiki:

  1. Fork the Repository: Fork this repo and clone it using git clone https://github.com/<YOUR-USERNAME>/wiki.
  2. Create a New Branch: Use git checkout -b your-cool-branch to create and switch to a new branch for your changes.
  3. Make and Preview Changes: Edit files and preview changes locally by following the Local Development instructions (starting from step 3).
  4. Format Your Code: Run pnpm format to ensure your code follows the project's formatting rules. It's a good practice to commit your changes before formatting so you can easily review changes the formatter made.
  5. Build the Website: Use pnpm build to generate the static site and check for broken links or other issues.
  6. Commit and Push Changes: Commit your changes and push them to your forked repository.
  7. Create a Pull Request: Open a pull request to merge your changes into the main branch of the original repository.

Additional Resources

  • Docusaurus - This website was built using docusaurus. Checkout their docs for help with making changes to our wiki.
  • Figura - The Figura source code

Contact

For questions or assistance, reach out to the maintainers on Discord.

About

Source files for the Figura wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published