Website for NSFW Filter, the free, open source and privacy-focused browser extension to block "not safe for work" content.
To build and run the website locally, first install Hugo v0.118.2 and run:
npm run dev
To build the website, run:
npm run build