mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop
This commit is contained in:
commit
676933ec0a
23
CALCKEY.md
23
CALCKEY.md
@ -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
|
@ -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!
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user