mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
Update README.md
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
# BetterSEQTA+
|
<p align="center">
|
||||||
|
A beautiful 🤩 Chrome Extension that adds additional features and gives an overall better experience for [SEQTA Learn](https://seqta.com.au/). **Currently looking for contributors** 🔥
|
||||||
|
</p>
|
||||||
|
|
||||||
Forking the BetterSEQTA project to add extra functionality
|
<p align="center">
|
||||||
Looking for contributors!
|
<a href="https://chrome.google.com/webstore/detail/betterseqta%20/afdgaoaclhkhemfkkkonemoapeinchel"><img src="https://github.com/SethBurkart123/EvenBetterSEQTA/assets/108050083/b0e49756-64a1-4421-8786-fc3dd7114441" alt="ChromeDownload" width="250"></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
@@ -29,7 +32,8 @@ Looking for contributors!
|
|||||||
- Edge Supported
|
- Edge Supported
|
||||||
- Brave Supported
|
- Brave Supported
|
||||||
- Opera Supported
|
- Opera Supported
|
||||||
- Firefox (currently not supported, plans for it in future though)
|
- Firefox (currently not supported, plans for it in future though [manifest v3 problems])
|
||||||
|
- Safari (Experimental)
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
@@ -46,11 +50,7 @@ npm install
|
|||||||
```
|
```
|
||||||
OR
|
OR
|
||||||
```
|
```
|
||||||
pnpm install
|
bun install
|
||||||
```
|
|
||||||
OR
|
|
||||||
```
|
|
||||||
yarn install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Run the dev script (it updates as you save files)
|
3. Run the dev script (it updates as you save files)
|
||||||
@@ -60,11 +60,7 @@ npm run dev
|
|||||||
```
|
```
|
||||||
OR
|
OR
|
||||||
```
|
```
|
||||||
pnpm dev
|
bun run dev
|
||||||
```
|
|
||||||
OR
|
|
||||||
```
|
|
||||||
yarn dev
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Folder Structure
|
## Folder Structure
|
||||||
@@ -77,6 +73,8 @@ The folder structure is as follows:
|
|||||||
|
|
||||||
- The `build` folder is where the compiled code ends up, this is the folder what you need to load into chrome as an unpacked extension for development.
|
- The `build` folder is where the compiled code ends up, this is the folder what you need to load into chrome as an unpacked extension for development.
|
||||||
|
|
||||||
|
- The `safari` folder is an Xcode project, building it for MacOS does work, IOS needs a few modifications to the manifest to work, but I have managed to get it working (but because of the styling not being designed for phone, its basically useless for now).
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
If you would like to contribute to this project, please read the [contributing guidelines](CONTRIBUTING.md).
|
If you would like to contribute to this project, please read the [contributing guidelines](CONTRIBUTING.md).
|
||||||
|
|||||||
Reference in New Issue
Block a user