mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 12:17:22 +00:00
Use rollup and split up files
This commit is contained in:
22
README.md
22
README.md
@@ -5,4 +5,24 @@ This project is still being worked on, but if you wish to help me beta test it,
|
||||
1. Install [Tampermonkey](https://www.tampermonkey.net/) on your web browser
|
||||
2. Enable the Tampermonkey extension and give it the permissions requested
|
||||
3. Install my Pocket Bird script by going to this link and clicking install: [https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js](https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js)
|
||||
4. Now any websites you visit will have a little bird hopping around!
|
||||
4. Now any websites you visit will have a little bird hopping around!
|
||||
|
||||
## Development
|
||||
|
||||
This project uses Rollup to bundle the source files.
|
||||
|
||||
### Building
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Development Mode
|
||||
|
||||
Watch for changes and rebuild automatically:
|
||||
|
||||
```bash
|
||||
npm run dev
|
||||
```
|
||||
|
||||
The source files are in the `src/` directory. The main entry point is `src/birb.js`, which bundles all the other modules together.
|
||||
Reference in New Issue
Block a user