DIYgod mirror
Go to file
Stephen Zhou 4ef7f8cbd3
fix: show episode cover for podcast (#315)
* fix: show episode cover for podcast

* chore: make typecheck pass

* chore: update
2024-09-10 14:21:21 +08:00
.github chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
.vscode chore: vscode setting format as prettier 2024-09-09 15:06:45 +08:00
build feat: osx sign and notarize (#114) 2024-07-06 21:31:13 +08:00
configs refactor: `tw` helper replace in complie stage 2024-09-09 21:39:40 +08:00
icons/mgc fix: unify setting tab icon color, fix #303 2024-09-09 13:49:30 +08:00
patches chore: update deps 2024-08-21 23:14:28 +08:00
resources chore: detail progressive dev icon (#313) 2024-09-10 13:11:22 +08:00
scripts fix: lint 2024-07-18 20:48:39 +08:00
src fix: show episode cover for podcast (#315) 2024-09-10 14:21:21 +08:00
types chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
.editorconfig
.env.example feat: posthog integation and apm capture (#122) 2024-07-10 17:51:32 +08:00
.gitignore chore: add visualizer 2024-07-27 19:40:18 +08:00
.npmrc feat: replace electron builder with electron forge (#112) 2024-07-05 22:40:23 +08:00
.prettierignore chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
.prettierrc.mjs chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
CHANGELOG.md chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
LICENSE docs: license 2024-07-06 11:30:26 +08:00
README.md chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
cssAsPlugin.js fix: dark mode style (#21) 2024-05-28 00:53:13 +08:00
dev-app-update.yml
docker-compose.deps.yml
electron.vite.config.ts refactor: `tw` helper replace in complie stage 2024-09-09 21:39:40 +08:00
eslint.config.mjs chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
forge.config.ts chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
package.json fix: show episode cover for podcast (#315) 2024-09-10 14:21:21 +08:00
pnpm-lock.yaml fix: show episode cover for podcast (#315) 2024-09-10 14:21:21 +08:00
postcss.config.cjs chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
setup-file.ts feat: video player (#225) 2024-08-18 19:02:03 +08:00
tailwind.config.ts chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
tsconfig.json
tsconfig.node.json refactor: `tw` helper replace in complie stage 2024-09-09 21:39:40 +08:00
tsconfig.web.json chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
vercel.json fix: try vercel conf 2024-08-02 17:52:31 +08:00
vite.config.ts refactor: `tw` helper replace in complie stage 2024-09-09 21:39:40 +08:00
vitest.config.ts feat: db cleaner (#151) 2024-07-23 22:20:41 +08:00

README.md

Follow

Follow

Next generation information browser

Roadmap: https://github.com/orgs/RSSNext/projects/1/views/1

Discord

Release

Currently, Follow is still in the early developer preview stage (alpha) and is only available to a limited number of users through an invitation system.

If you have access, you are welcome to use the following methods to download and install it:

  • You can get the installation packages for each platform from the Release page.
  • If you are using Arch linux, you can install package follow-appimage that maintained by timochan

Contributing

If you are eligible to use Follow, you are welcome to join the open source community to build together.

Before you start, you need to install pnpm and then use it to install dependencies:

pnpm install

Develop in the browser

pnpm run dev:web

Then the browser opens https://app.follow.is/__debug_proxyyou can access the online API environment to development and debugging.

Develop in the electron

You need to fill in the required environment variables first.

cp .env.example .env

Then run:

pnpm run dev

Since it is not very convenient to develop in Electron, the first way to develop and contribute is recommended at this stage.

License

Follow is licensed under the GNU General Public License version 3 with the addition of the following special exception:

All content in the icons/mgc directory is copyrighted by https://mgc.mingcute.com/ and cannot be redistributed.