Age | Commit message (Collapse) | Author | |
---|---|---|---|
5 days | Add MIT license, improve CI processHEADv1.0.0main | Arjun Satarkar | |
6 days | Ensure Justfile installs correct prettier version | Arjun 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. | |||
6 days | Improve build process | Arjun 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 |