This is the project files for string.248.no, a static string analyzer on the web.
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 ✨
A new production deployment is done on every commit to master, and a preview build on any other branch. To depoy a preview build manually, install and authenticate wrangler
, then run
wrangler pages publish . --project-name=string-248-no
Your preview URL should then be printed to the console 🚀