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

This commit is contained in:
ThatOneCalculator 2022-07-19 10:13:51 -07:00
commit a9bb2a6b3e
2 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,16 @@
# All the changes to Calckey from stock Misskey
### Planned
- MFM button
- Better Messaging UI
- Like/star button
- Option to publicize instance blocks
- Better intro/onboarding
- Fully revamp welcome.a (non-logged in screen)
- Tabler icons instead of FontAwesome
- Personal notes for all accounts
### Implemented
- Yarn 3
@ -21,14 +32,4 @@
- https://github.com/misskey-dev/misskey/pull/8671
- https://github.com/misskey-dev/misskey/pull/8927
- https://github.com/misskey-dev/misskey/pull/8927
- https://github.com/misskey-dev/misskey/pull/8549
### Planned
- MFM button
- Better Messaging UI
- Like/star button
- Better intro/onboarding
- Fully revamp welcome.a (non-logged in screen)
- Tabler icons instead of FontAwesome
- Personal notes for all accounts
- https://github.com/misskey-dev/misskey/pull/8549

View file

@ -37,15 +37,14 @@ Read [this](./CALCKEY.md) for current and future differences.
## 🛻 Migrating from Misskey to Calckey
You need at least 🐢 NodeJS v18.4.0 and *exactly* 🧶 Yarn v3.2.1!
You need at least 🐢 NodeJS v18 and *exactly* 🧶 Yarn v3.2.1!
```sh
corepack enable
git clone https://codeberg.org/thatonecalculator/calckey.git
cd calckey/
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
yarn --version # Check version is yarn 3.2.1!
yarn install
NODE_ENV=production npm run build && npm run migrate
# Edit service to point to calckey service and restart
# Edit service to point to calckey folder and restart!
```