Start
Pick whichever fits your stack. The framework is one file with no dependencies.
Once you host techlapse-nova.css on Firebase, reference it directly:
<link rel="stylesheet"
href="https://YOUR-PROJECT.web.app/techlapse-nova.css">
Copy techlapse-nova.css into your project and link it:
<link rel="stylesheet" href="/css/techlapse-nova.css">
npm install @techlapse/nova
// then in your entry file:
import "@techlapse/nova/techlapse-nova.css";
Fonts
NOVA expects Space Grotesk, Inter, and JetBrains Mono. Add the Google Fonts link (see Usage) or self-host them for production.