How do I run Filament's documentation locally to test changes before doing a pull request?

I feel silly asking this, but after I cloned filamentphp/filament and updated the docs, I don't see a better way other than using my IDE's md preview, but that doesn't factor for design and stuff that I want to make sure looks the same without any funky line breaks, etc. It's not a laravel repo so I can't run
php artisan serve
and I tried running
npm run dev
but it just builds assets. How do I host this thing locally?
Was this page helpful?