Remove unused files
Since we now serve everything directly from your website directory on snootclub, we can now remove most of the dependencies and extra files.
they'll still be in your history if we ever want them back.
this also adds an npm script you can run like this:
npm run local
which will start a local web server in the website
directory you can use to preview your site locally.
it uses vercel's serve package and is entirely optional.