This is a small and unofficial web app to view organized screenshots of the buildings from the Minecolonies Minecraft mod.
- View screenshots of various buildings from the Minecolonies mod
- Organized and categorized for easy exploration
- Search by building names etc
- Responsive design for accessibility on different devices
- Node.js and pnpm installed on your local machine
- Clone the repository:
git clone https://github.com/tomp2/minecolonies-style-explorer.git
- Navigate to the project directory:
cd minecolonies-style-explorer - Install dependencies:
pnpm install
To start the development server, run:
pnpm run devThis will start the app and you can access it at http://localhost:5173
The project uses GitHub Actions (workflow defined in.github/workflows/deploy.yml) to build and deploy the project automatically to Github Pages when something is pushed to the main branch.
- Fork the repository
- Create a new branch (git checkout -b feature-branch)
- Make your changes
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin feature-branch)
- Open a pull request
- Minecolonies - The Minecraft mod and the builders
