Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 332 Bytes

schaechinger.com

This is the code that runs www.schaechinger.com based on Next.js and Tailwind.

Dynamic data are served using the Contentful headless CMS.

Run locally

First, run the development server:

npm i
npm run dev

Open http://localhost:3000 with your browser to see the result.