Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSeanConroy committed Oct 20, 2024
1 parent 00e73e6 commit f36f2b0
Show file tree
Hide file tree
Showing 6 changed files with 652 additions and 863 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Stay focused and efficient while browsing the web. A simple Chrome extension that helps you stay productive by blocking distracting websites during specific times. Control your browsing habits and stay focused on what matters!

![Project Image](https://github.com/ImSeanConroy/blocklist-chrome-extension/blob/main/repo-img.png)
![Project Image](https://github.com/ImSeanConroy/blocklist/blob/main/repo-img.png)

## Getting Started

Expand All @@ -16,8 +16,8 @@ Before getting started, ensure you have the following installed:
1. **Clone the repository:**

```bash
git clone https://github.com/imseanconroy/blocklist-chrome-extension.git
cd blocklist-chrome-extension
git clone https://github.com/imseanconroy/blocklist.git
cd blocklist
```

2. **Install dependencies:**
Expand Down Expand Up @@ -63,6 +63,13 @@ npm run watch

2. Reload the extension in Chrome by going to `chrome://extensions/` and clicking the reload button next to the extension.

## Testing

Use the following command to run all tests:
```bash
npm run test
```

## Features
- Block specific websites during designated hours.
- Customizable time intervals for each blocked website.
Expand All @@ -75,4 +82,4 @@ This project is Distributed under the MIT License - see the [LICENSE](LICENSE) f

## Support

If you are having problems, please let me know by [raising a new issue](https://github.com/ImSeanConroy/blocklist-chrome-extension/issues/new/choose).
If you are having problems, please let me know by [raising a new issue](https://github.com/ImSeanConroy/blocklist/issues/new/choose).
Loading

0 comments on commit f36f2b0

Please sign in to comment.