summaryrefslogtreecommitdiff
path: root/Justfile
AgeCommit message (Collapse)Author
5 daysAdd MIT license, improve CI processHEADv1.0.0mainArjun Satarkar
7 daysEnsure Justfile installs correct prettier versionArjun Satarkar
Previously if you cloned the repo and ran `just format`, npx would fetch the latest version of prettier temporarily. Now we run `npm install` first via get_dependencies.
7 daysImprove build processArjun Satarkar
- add a "clean" target - install dependencies as part of the build process - swap out make for the simpler just (https://github.com/casey/just) - add http-server as a dev dependency