Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SocksTheWolf committed Mar 24, 2024
1 parent 9c93dd9 commit af37700
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A fun side-project to make tier lists in your browser.

[Try it live!](https://thenick775.github.io/TierListMaker/)

## Features

- drag-to-upload (one or more images)
Expand All @@ -14,17 +12,20 @@ A fun side-project to make tier lists in your browser.
- export as an image
- everything stays in your browser, nothing is uploaded to the server: you keep your data
- dynamic tier names
- dark mode

## Getting Started

```shell
git clone https://github.com/thenick775/TierListMaker.git
cd TierListMaker/
python -m http.server
```
1. [Download the source code found on this page](https://github.com/SocksTheWolf/TierListMaker/releases/latest)

2. Unzip the downloaded file.

Then open your browser and go to http://localhost:8000/
3. Drag and drop the `index.html` file from the folder into your browser.

4. Start tier listing!

## Screenshots

(This is of the old version)

<img src="./readme-graphics/inclement_emerald_megas.png" width="800px">
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>TierListMaker</title>
<meta charset="utf-8" />
<meta name="author" content="Nicholas VanCise" />
<meta name="author" content="Nicholas VanCise (orig), Socks (QOL improvements)" />
<meta name="description" content="Tier List maker" />
<meta name="keywords" content="tier list, online, ranking" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down Expand Up @@ -59,7 +59,7 @@
<a
class="nav-link"
target="_blank"
href="https://github.com/thenick775/TierListMaker"
href="https://github.com/SocksTheWolf/TierListMaker"
>
Source code &nbsp;
<span class="icon">
Expand Down

0 comments on commit af37700

Please sign in to comment.