The default Sapper template, with content being pulled from Prismic.
Download the project code, then you can install dependencies and run the project in development mode with:
npm install
npm run dev
This will a local server at localhost:3000 where you can see the site in action.