Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 2.49 KB

File metadata and controls

66 lines (50 loc) · 2.49 KB

Contribution

DO NOT work on the code from GreasyFork. It is built code. Work on this repository instead.

Prerequisites

  • Bun ^1.0
  • Biome IDE Extension - For code formatting

Getting Started

Clone the repository

git clone https://github.com/webdevsk/FB-Mobile-Clean-my-feeds.git
cd FB-Mobile-Clean-my-feeds

Install dependencies

bun install

Development

Start development server

# Without hosted local server
bun run build:watch

# With hosted local server
bun dev

Build for GreasyFork

bun run build:greasyfork

Project structure

Project structure

Guidelines

  • Turn on devMode in config.ts to get verbose console logs.
  • You can write in pure JavaScript. Just create a new .js file in src/lib and import it in src/index.ts
  • Try to follow "Inject when necessary, remove when not" principle. Just write your code in your own way and tell WindSurf, Cursor or VScode to handle it for you based on other functions here.
  • Document your code

Footer

For any questions, please open an issue.