Skip to content

rosvik/string.248.no

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 with submodules by running

git clone --recursive --shallow-submodules https://github.com/rosvik/string.248.no.git

The site is just vanilla JS, so all you have to do is to open index.html in your favorite browser, and enjoy ✨

Deployment

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 🚀

248