pastelmind / ruliweb-hots

루리웹 히어로즈 오브 더 스톰 공략툴
https://chrome.google.com/webstore/detail/cnglbnilhbknecgmekgagelljoljcbfe
GNU Affero General Public License v3.0
0 stars 0 forks source link

ruliweb-hots

Build Status

루리웹에 히오스 정보글을 쓸 수 있게 해 주는 구글 크롬 확장 프로그램입니다.

How to build

git clone https://github.com/pastelmind/ruliweb-hots.git
cd ruliweb-hots
npm install
npm run build

Note: This project uses hard links to keep data files and dependencies in sync.
Note: All npm scripts expect a Unix-like shell environment. Windows users may need to set npm's script-shell configuration to Git Bash.

Organization

npm Scripts

Dependencies

Development Guidelines

  1. 공략툴은 사용법을 배우기 쉽고 편리해야 합니다.
  2. 공략툴로 생성한 모든 HTML은 누구나 쉽게 보고 이용할 수 있어야 합니다.
    1. 주요 웹 브라우저의 최신 버전에서 동일하게 동작해야 합니다.
      • Internet Explorer, Edge는 <details>, <summary> 요소를 지원하지 않습니다. 두 태그는 공략툴의 핵심 기능인 표 접기/펴기에 필수적이므로, 이 문제에 대하여 별다른 조치를 취하지 않을 예정입니다.
    2. 모바일 환경을 PC보다 우선 배려해야 합니다.
      • 많은 사람들은 스마트폰, 태블릿 등을 통해 루리웹을 비롯한 여러 웹 사이트에 접속합니다. 따라서 작은 화면에 친화적이지 못한 HTML/CSS 코드를 생성하면 많은 사용자에게 불편을 끼칠 수 있습니다.