Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.2 KB

Noisefill

Calming soundscapes at your fingertips. Easy to use, no ads, and no tracking.

License: GPLv3

Noisefill - Calm soundscapes at your fingertips | Product Hunt

Use on the web

https://noisefill.com

Build from source

First, clone the repo:

git clone https://github.com/georg-stone/noisefill.git

Then, install the dependencies:

cd noisefill
pnpm install

Finally, run the app:

pnpm dev