# MHS2 - Docsify

# Project summary

A quick reference guide on the game Monster Hunter Stories 2 using Docsify.

Features:

  • Quick search of monster egg with colour tags
  • List of monster attack patterns and weaknesses

# 🌐 Page

🌐 mhs2
https://aliciacyy.github.io/mhs2/

# Github repository

🚀 mhs2
https://github.com/aliciacyy/mhs2

# Setup guide

The setup and deploy guide is up to date with version 4.4.3

  1. Install Docsify:
npm i docsify-cli -g
  1. Initialization:
docsify init ./docs
  1. Run Docsify:
docsify serve docs

# Deploy to Github Pages

# Prerequisites

  1. Go to Github Pages at https://github.com/<github_user>/<repo>/settings/pages.
  2. Select master branch with /docs and save.

# Deployment

Push to master branch

# Official guides