WIP: Write documentation #55

Draft
tasiaiso wants to merge 22 commits from tasiaiso/tildefriends:tasiaiso-documentation into main
2 changed files with 5 additions and 2 deletions
Showing only changes of commit 69b2e2a955 - Show all commits

View File

@ -12,3 +12,6 @@ deps
apps/ssb/tribute.esm.js
apps/api/app.js
**/emojis.json
# only markdownlint should deal with the documentation
docs/**/*.md

View File

@ -1,8 +1,8 @@
{
"name": "tildefriends",
"scripts": {
"lint": "npm run prettier && npm run markdown",
"prettier": "prettier --cache --write --check .",
"format": "npm run prettier && npm run markdown",
"prettier": "npx prettier --cache --write --check .",
"markdown": "npx markdownlint-cli 'docs/**/*.md' -f"
},
"author": "Cory McWilliams",