mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +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
|
||||
Looking for contributors!
|
||||
<p align="center">
|
||||
<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
|
||||
|
||||
@@ -29,7 +32,8 @@ Looking for contributors!
|
||||
- Edge Supported
|
||||
- Brave 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
|
||||
|
||||
@@ -46,11 +50,7 @@ npm install
|
||||
```
|
||||
OR
|
||||
```
|
||||
pnpm install
|
||||
```
|
||||
OR
|
||||
```
|
||||
yarn install
|
||||
bun install
|
||||
```
|
||||
|
||||
3. Run the dev script (it updates as you save files)
|
||||
@@ -60,11 +60,7 @@ npm run dev
|
||||
```
|
||||
OR
|
||||
```
|
||||
pnpm dev
|
||||
```
|
||||
OR
|
||||
```
|
||||
yarn dev
|
||||
bun run dev
|
||||
```
|
||||
|
||||
## 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 `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
|
||||
|
||||
If you would like to contribute to this project, please read the [contributing guidelines](CONTRIBUTING.md).
|
||||
|
||||
Reference in New Issue
Block a user