An interactive Angular-based whitepaper for the Nevermore NFT Collection.
The Nevermore NFT is a lifetime membership token for the Corvid Labs ecosystem, granting holders pro access to all our iOS apps and a voice in our community-driven development.
This website features a desktop-like interface with draggable windows, multiple themes, and blockchain integration via Pera Wallet.
- Framework: Angular 20.3.0 (standalone components)
- Runtime: Bun
- Blockchain: Algorand (via Pera Wallet)
- Styling: SCSS + Angular Material + Tailwind CSS
- Testing: Karma + Jasmine
# Install dependencies
bun install
# Start dev server (http://localhost:4200)
bun run start
# Run tests
bun test
# Build for production
bun run buildsrc/app/components/windows/- Draggable window componentssrc/app/directives/- DraggableDirective, ResizableDirectivesrc/app/services/general/- ThemeService, ZIndexManagerServicesrc/themes/- 8 available SCSS themes
See .claude/CLAUDE.md for detailed architectural patterns and conventions.