Spacebar Documentation bot.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Madeline d00bb9a285
bleh
1 month ago
.github/workflows REUSE in CI/CD workflow 2 months ago
.husky Remove pretty-quick, just use lint-staged 5 months ago
.reuse fix copyright 2 months ago
.vscode Initial commit 5 months ago
LICENSES fix copyright 2 months ago
src bleh 1 month ago
.env.template if node_env env var is development, ignore trigger phrase membership checks 4 months ago
.eslintignore Add license and readme, plus fix eslint staged? 5 months ago
.eslintrc.json Fix eslint conflicting with prettier 5 months ago
.gitignore fix copyright 2 months ago
.lintstagedrc Remove pretty-quick, just use lint-staged 5 months ago
.prettierrc Initial commit 5 months ago
COPYING fix copyright 2 months ago
README.md fix copyright 2 months ago
package-lock.json Licensing without doubt 2 months ago
package.json Licensing without doubt 2 months ago
tsconfig.json Initial commit 5 months ago

README.md

Spacebar Documentation Bot.

Setup

git clone https://github.com/spacebarchat/docs-bot.git

cd docs-bot

# Create a .env file based on the .env.template file.

npm i

npm run build

npm run start