import type { NextPage } from 'next' import Head from 'next/head' import Image from 'next/image' import styles from '../styles/Home.module.css' const Home: NextPage = () => { return (

My team estimating stuff

A website serving markdown equipped with squiggle and latex

Documentation →

Find in-depth information about Squiggle features and API.

Deploy →

Instantly deploy your Next.js site to a public URL with Vercel.

) } export default Home