Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop
This commit is contained in:
commit
06daf9cf42
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- MFM button
|
- MFM button
|
||||||
- Better Messaging UI
|
- Better Messaging UI
|
||||||
|
- Classic mode make instance icon bring up new context menu
|
||||||
- Like/star button
|
- Like/star button
|
||||||
- Option to publicize instance blocks
|
- Option to publicize instance blocks
|
||||||
- Better intro/onboarding
|
- Better intro/onboarding
|
||||||
|
|
|
@ -49,7 +49,7 @@ yarn set version berry
|
||||||
git clone https://codeberg.org/thatonecalculator/calckey.git
|
git clone https://codeberg.org/thatonecalculator/calckey.git
|
||||||
cd calckey/
|
cd calckey/
|
||||||
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
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
|
NODE_ENV=production npm run build && npm run migrate
|
||||||
# Edit service to point to calckey folder and restart!
|
# Edit service to point to calckey folder and restart!
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue