nrel-spa/.github/wiki/_Sidebar.md
Aric Camarata aa850f806c feat(e6): portfolio polish — docs, CI, TypeScript standard, wiki
- Trim README to ≤80 lines with wiki link for full docs
- Add CHANGELOG.md with initial entry
- Fix CI: replace pinned pnpm/action-setup with corepack enable
- Add "type": "module" and flat exports map (ADR-015)
- Add ./package.json exports entry
- Add coverage script
- Rename lib/spa.js → lib/spa.cjs to fix CJS/ESM conflict under "type": "module"
- Update src/index.ts and tsup.config.ts to reference spa.cjs
- Add .github/wiki pages: _Sidebar, _Footer, Contributing, SECURITY, CODE_OF_CONDUCT
2026-05-28 13:59:43 -04:00

22 lines
568 B
Markdown

## nrel-spa
**[Home](Home)**
**Reference**
- [API Reference](API-Reference)
- [Architecture](Architecture)
- [NREL SPA Algorithm](NREL-SPA-Algorithm)
**Deep Dives**
- [Implementation Comparison](Implementation-Comparison)
- [Twilight Calculations](Twilight-Calculations)
**Contributing**
- [Contributing](Contributing)
- [Code of Conduct](CODE_OF_CONDUCT)
- [Security](SECURITY)
**Links**
- [npm](https://www.npmjs.com/package/nrel-spa)
- [GitHub](https://github.com/acamarata/nrel-spa)
- [Changelog](https://github.com/acamarata/nrel-spa/blob/main/CHANGELOG.md)