Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 397 Bytes

File metadata and controls

17 lines (11 loc) · 397 Bytes

nsfw-filter.com

Website for NSFW Filter, the free, open source and privacy-focused browser extension to block "not safe for work" content.

Development

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