International Research, Artwork, and Development (IRAD)
A curated set of web tools and information hosted at i.rad.cm. Now open source.
The documentation is lacking and the code is a prototype.
- Astro (HTML/CSS/JS framework)
- MathJS (math engine)
- Cloudflare Pages (hosting)
- NodeJS 22+
- npm
Visit i.rad.cm for the production release, or clone this repository and run it yourself. See Issue #5.
- Clone repository
git clone github.com/radianrad/irad- Change directory and install dependencies.
cd irad
npm install- Run it.
npm run dev- Visit
http://localhost:4321in a web browser.