Getting started

Install, run locally, and customize the ONWRD marketing site.

This site is built with Next.js (App Router), TypeScript, and Tailwind CSS. All pages are static-friendly by default.

Run locally

npm install
npm run dev

Customize

  • Update the nav and footer in src/components/layout.
  • Edit the hero and sections in src/app/page.tsx.
  • Add docs entries in src/content/docs.tsx.