DIYgod mirror
Go to file
Innei 3c5c7babc9
fix: virtuosoitem height zero issue
Signed-off-by: Innei <i@innei.in>
2024-09-09 17:55:07 +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
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: sketch a dev icon (#297) 2024-09-08 22:36:20 +08:00
scripts fix: lint 2024-07-18 20:48:39 +08:00
src fix: virtuosoitem height zero issue 2024-09-09 17:55:07 +08:00
types chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
.editorconfig feat: init with electron-vite 2024-04-10 09:28:55 +08:00
.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 feat: rename to follow 2024-05-04 22:34:18 +08:00
docker-compose.deps.yml feat: replace imgproxy with thumbor 2024-05-16 14:30:31 +08:00
electron.vite.config.ts chore: use prettier to format code (#306) 2024-09-09 15:04:57 +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 chore: use prettier to format code (#306) 2024-09-09 15:04:57 +08:00
pnpm-lock.yaml chore: use prettier to format code (#306) 2024-09-09 15:04:57 +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 feat: init with electron-vite 2024-04-10 09:28:55 +08:00
tsconfig.node.json chore: use prettier to format code (#306) 2024-09-09 15:04:57 +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 chore: use prettier to format code (#306) 2024-09-09 15:04:57 +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.