An application to surf Pi. Built with Next.
Search your value in the first million digits of Pi.
*found
1 => Clone my repo.
git clone https://github.com/emirgoren/pi-searcher.git
npm install
2 => Run the development server:
npm run dev
yarn dev