mirror of
https://github.com/mue/mue.git
synced 2026-06-08 14:10:42 +02:00
wip
This commit is contained in:
28
README.md
28
README.md
@@ -9,15 +9,18 @@
|
|||||||
|
|
||||||
Fast, open and free-to-use new tab page for most modern browsers.
|
Fast, open and free-to-use new tab page for most modern browsers.
|
||||||
|
|
||||||
*This is the code for the extension. If you are looking for the website code, please look [here](https://github.com/TurboMarshmello/muetab.xyz).*
|
*This is the code for the extension. If you are looking for the website code, please go [here](https://github.com/TurboMarshmello/muetab.xyz).*
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Fast and free
|
* Fast and free
|
||||||
* Supports multiple browsers
|
* Supports multiple browsers
|
||||||
* Actively developed and opensource
|
* Actively developed and opensource
|
||||||
* Multiple language support
|
* Automatically updating API (with no tracking!) with new photos and offline mode
|
||||||
* Settings feature - enable/disable features!
|
* ~~Multiple language support~~
|
||||||
* Search bar, update modal, copy button and more!
|
* ~~Settings feature - enable/disable features!~~
|
||||||
|
* Search bar, ~~update modal, copy button and more!~~
|
||||||
|
|
||||||
|
* Mue has been recently rewritten with React and is missing the features that are crossed out *
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Chrome
|
### Chrome
|
||||||
@@ -49,10 +52,8 @@ Development/Other: Read the [Development](#development) section.
|
|||||||
download</b> and click <b>Download ZIP</b>)
|
download</b> and click <b>Download ZIP</b>)
|
||||||
<li> Open a terminal and run these commands: (in the Mue directory)
|
<li> Open a terminal and run these commands: (in the Mue directory)
|
||||||
<li> <code>yarn</code> (or <code>npm install</code>)
|
<li> <code>yarn</code> (or <code>npm install</code>)
|
||||||
<li> <code>yarn run sass-watch</code> (or <code>npm run sass-watch</code>)
|
<li> <code>yarn start</code> (or <code>npm start</code>)
|
||||||
<li> Open another terminal and run this command: (in the Mue directory)
|
<li> Start developing! (See the sections below for how to set up a developer copy of the extension.)
|
||||||
<li> <code>yarn run js-watch</code> (or <code>npm run js-watch</code>)
|
|
||||||
<li> Start developing! (See the sections below for how to set it up with your browser)
|
|
||||||
</ol>
|
</ol>
|
||||||
<details>
|
<details>
|
||||||
<summary><b>Chrome</b> (Click to expand)</summary>
|
<summary><b>Chrome</b> (Click to expand)</summary>
|
||||||
@@ -98,15 +99,18 @@ Development/Other: Read the [Development](#development) section.
|
|||||||
<img src='assets/screenshot.jpg'>
|
<img src='assets/screenshot.jpg'>
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
### Maintainers
|
||||||
|
[ohlookitsderpy](https://github.com/ohlookitsderpy)
|
||||||
|
|
||||||
[TurboMarshmello](https://github.com/TurboMarshmello) - Portions of original code, name idea, BIG HELP WITH THE SETTINGS, SEARCH BAR AND OTHER STUFF
|
[TurboMarshmello](https://github.com/TurboMarshmello)
|
||||||
|
|
||||||
[Pexels](https://pexels.com) - Stock photos used
|
### Other
|
||||||
|
[TurboMarshmello](https://github.com/TurboMarshmello) - Portions of original code, name idea
|
||||||
|
|
||||||
|
[Pexels](https://pexels.com) - Stock photos used for offline mode
|
||||||
|
|
||||||
[Opera Forum](https://forums.opera.com/topic/25046/how-to-disable-completely-the-speed-dial/14) - Portions of code to add Opera support
|
[Opera Forum](https://forums.opera.com/topic/25046/how-to-disable-completely-the-speed-dial/14) - Portions of code to add Opera support
|
||||||
|
|
||||||
[Animate.css](https://daneden.github.io/animate.css) - Portions of code used to add animations
|
|
||||||
|
|
||||||
### Translations
|
### Translations
|
||||||
[ohlookitsderpy](https://github.com/ohlookitsderpy) - English (Quotes and Messages)
|
[ohlookitsderpy](https://github.com/ohlookitsderpy) - English (Quotes and Messages)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 276 KiB |
@@ -5,8 +5,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material-ui/core": "^4.4.1",
|
"@material-ui/core": "^4.4.3",
|
||||||
"@material-ui/icons": "^4.4.1",
|
"@material-ui/icons": "^4.4.3",
|
||||||
"react": "^16.9.0",
|
"react": "^16.9.0",
|
||||||
"react-dom": "^16.9.0",
|
"react-dom": "^16.9.0",
|
||||||
"react-scripts": "3.1.1",
|
"react-scripts": "3.1.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user