mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-07-01 03:14:31 +00:00
- 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 wasm/spa-module.js → wasm/spa-module.cjs to fix CJS/ESM conflict - Update src/index.ts and tsup.config.ts to reference spa-module.cjs - Add .github/wiki pages: _Sidebar, _Footer, SECURITY, CODE_OF_CONDUCT
24 lines
679 B
Markdown
24 lines
679 B
Markdown
## solar-spa
|
|
|
|
**[Home](Home)**
|
|
|
|
**Reference**
|
|
- [API Reference](API-Reference)
|
|
- [Architecture](Architecture)
|
|
- [NREL SPA Algorithm](NREL-SPA-Algorithm)
|
|
|
|
**Performance & Compatibility**
|
|
- [Performance](Performance)
|
|
- [Bundler Compatibility](Bundler-Compatibility)
|
|
- [WebAssembly in npm Packages](WebAssembly-in-npm-Packages)
|
|
- [Validation and Benchmarks](Validation-and-Benchmarks)
|
|
|
|
**Contributing**
|
|
- [Contributing](Contributing)
|
|
- [Code of Conduct](CODE_OF_CONDUCT)
|
|
- [Security](SECURITY)
|
|
|
|
**Links**
|
|
- [npm](https://www.npmjs.com/package/solar-spa)
|
|
- [GitHub](https://github.com/acamarata/solar-spa)
|
|
- [Changelog](https://github.com/acamarata/solar-spa/blob/main/CHANGELOG.md)
|