Skip to content

RSSNext/Follow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_proxy,you 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.