Skip to content

clbn/freefeed-gamma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeFeed Gamma

MIT License

Gamma is an unofficial FreeFeed client.

You can use the app at https://gamma.freefeed.net/, run it locally on your computer, or even host it on your own server.

Running locally

After cloning the repo, switch to the app folder and run the following command:

$ yarn start

It prepares default config file, installs dependencies from NPM and starts a development server.

By default, it uses production FreeFeed API (https://freefeed.net/v1/...), so you can sign in with your FF credentials and socialize with your friends right away.

Building for production

To build a production-ready app, run:

$ yarn build

It builds the app for production to the build folder.