DIYgod mirror
Go to file
DIYgod 4e898dcfd2
feat: subscribe dialog
2024-04-30 15:26:20 +08:00
.husky chore: set git hook 2024-04-19 10:10:31 +08:00
.vscode feat: init with electron-vite 2024-04-10 09:28:55 +08:00
build feat: set auth cookie 2024-04-27 22:09:26 +08:00
resources feat: set auth cookie 2024-04-27 22:09:26 +08:00
src feat: subscribe dialog 2024-04-30 15:26:20 +08:00
.editorconfig feat: init with electron-vite 2024-04-10 09:28:55 +08:00
.eslintignore feat: init with electron-vite 2024-04-10 09:28:55 +08:00
.eslintrc.cjs refactor: prettier 2024-04-19 10:12:34 +08:00
.gitignore feat: get feed list 2024-04-12 17:35:53 +08:00
.npmrc feat: init with electron-vite 2024-04-10 09:28:55 +08:00
.prettierignore feat: init with electron-vite 2024-04-10 09:28:55 +08:00
.prettierrc.yaml refactor: prettier 2024-04-19 10:12:34 +08:00
README.md feat: rename to readok 2024-04-25 00:22:29 +08:00
components.json feat: use shadcn 2024-04-10 15:30:27 +08:00
dev-app-update.yml feat: rename to readok 2024-04-25 00:22:29 +08:00
docker-compose.deps.yml feat: img proxy for list 2024-04-29 18:40:43 +08:00
electron-builder.yml feat: readok scheme 2024-04-26 21:57:41 +08:00
electron.vite.config.ts refactor: prettier 2024-04-19 10:12:34 +08:00
package.json feat: subscribe dialog 2024-04-30 15:26:20 +08:00
pnpm-lock.yaml feat: subscribe dialog 2024-04-30 15:26:20 +08:00
postcss.config.cjs refactor: prettier 2024-04-19 10:12:34 +08:00
tailwind.config.cjs refactor: prettier 2024-04-19 10:12:34 +08:00
tsconfig.json feat: init with electron-vite 2024-04-10 09:28:55 +08:00
tsconfig.node.json feat: init with electron-vite 2024-04-10 09:28:55 +08:00
tsconfig.web.json feat: init with electron-vite 2024-04-10 09:28:55 +08:00

README.md

ReadOK

An Electron application with React and TypeScript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux