Whalebird è un client Mastodon, Pleroma e Misskey per applicazioni desktop Quando ricevi una notifica, questa viene notificata al tuo desktop. È possibile personalizzare il tema a piacere https://mastodon.it
Go to file
AkiraFukushima 8734b5f0fe
Add license
2023-12-02 15:16:37 +09:00
.github/workflows Upload artifacts for windows and mac 2023-11-08 00:34:35 +09:00
locales/en Add user timeline in profile 2023-12-02 13:30:01 +09:00
main Setup build CI 2023-11-07 00:57:47 +09:00
plist Setup build configuration 2023-11-07 00:48:07 +09:00
renderer Change scrollbar design 2023-12-02 15:13:28 +09:00
resources/icons Initialize Next.js 2023-11-02 01:20:27 +09:00
.gitignore Setup build CI 2023-11-07 00:57:47 +09:00
.prettierrc Initialize Next.js 2023-11-02 01:20:27 +09:00
LICENSE Add license 2023-12-02 15:16:37 +09:00
README.md Initialize Next.js 2023-11-02 01:20:27 +09:00
electron-builder.yml Disable notarize in electron-builder 2023-11-08 00:44:36 +09:00
notarize.js Setup build configuration 2023-11-07 00:48:07 +09:00
package.json Bump to version 6.0.0-alpha.4 2023-12-01 00:39:23 +09:00
tsconfig.json Initialize Next.js 2023-11-02 01:20:27 +09:00
yarn.lock Hide sensitive image 2023-11-27 00:54:29 +09:00

README.md

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example with-tailwindcss

# with yarn
$ yarn create nextron-app my-app --example with-tailwindcss

# with pnpm
$ pnpm dlx create-nextron-app my-app --example with-tailwindcss

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)