Skip to content

Commit

Permalink
Modify README header level
Browse files Browse the repository at this point in the history
  • Loading branch information
redcubie committed Aug 15, 2024
1 parent 15dc1e2 commit 19767dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ATRtool is a web tool and companion Python package to manipulate smartcard ATRs.
The web tool is built using Bootstrap and PyScript. Bootstrap was chosen for the UI because of how easy it is to create good-looking and responsive interfaces with minimal effort. PyScript was chosen because I wanted to write the object handling code in Python (due to prior experience), but leave the UI in a browser without having to implement a client-server model.


# How to run
## How to run

You can serve the project folder with any HTTP server. An internet connection is required for external dependencies of the webpage, but if offline use isrequired, copies of those files can be downloaded and hosted with the project files (this process will be left as an exercise to the reader).
Do keep in mind that it is not possible to simply open the `index.html` file in a web browser directly, as it will not be able to load the Python files, because it is prevented by browser security measures.
Expand All @@ -19,7 +19,7 @@ python3 -m http.server
and then open <http://localhost:8000> in a browser.


# TODO
## TODO

- [ ] add protocol-specific parameters
- [ ] add presets
Expand Down

0 comments on commit 19767dc

Please sign in to comment.