Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop

This commit is contained in:
ThatOneCalculator 2022-07-19 15:16:53 -07:00
commit 06daf9cf42
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
- MFM button
- Better Messaging UI
- Classic mode make instance icon bring up new context menu
- Like/star button
- Option to publicize instance blocks
- Better intro/onboarding

View file

@ -49,7 +49,7 @@ yarn set version berry
git clone https://codeberg.org/thatonecalculator/calckey.git
cd calckey/
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
yarn install
yarn install # Prepend `YARN_CHECKSUM_BEHAVIOR=update` if it doesn't work
NODE_ENV=production npm run build && npm run migrate
# Edit service to point to calckey folder and restart!
```