This is the source for doesitbeep.com. It is heavily borrowed from the source of docs.shutter.sh, whom I thank for the inspiration and the help getting started with eleventy!
It is a repository of things that beep for no good goddamn reason, so you can avoid them, and help others avoid them.
First, install the dependencies, as usual:
npm install
# or
yarn installNow you can start working on the docs:
# Start a development server that serves the site and reloads it on file change
npm run devTo statically build the site for deployment (you will usually not need to do that manually):
npm run buildCreate a pull request. The repository is linked to netlify, which will automatically add your contribution to the site when the pull request is merged into the main branch.