This is a small interactive app for learning some basics of Laplace's equation and visualizing its fundamental solution.
This is a Next.js project bootstrapped with create-next-app
.
Install dependencies:
npm install
Run the development server (compiling routes can take some time):
npm run dev
Or run the production build (good performance):
npm run build
npm run start
Open http://localhost:3000 with your browser to see the result.