Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.55 KB

File metadata and controls

24 lines (15 loc) · 1.55 KB

string.248.no

This is the project files for string.248.no, a static string analyzer on the web.

screenshot

Examples

Installation

The website is avaliable at string.248.no, but if you want to run the website on you own, clone the repo by running

git clone https://github.com/rosvik/string.248.no.git

The site is just static HTML, CSS and JavaScript, so all you have to do is to serve the files. If you have Python installed, you can run python3 -m http.server from your command line, open localhost:8000, and enjoy ✨

248