- Introduction
- Chapter 1: Starting Point
- Chapter 2: Spoken Language
- Chapter 3: Pronunciation
- Chapter 4: Reading Aloud
- Chapter 5: Dictionary
- Chapter 6: Grammar
- Chapter 7: Intensive Reading
- Chapter 8: Reminders
- Afterword
yarn install
yarn start:enjoy
yarn make:enjoy
Method 1: The most direct and simple method is to download the appropriate installation file from the releases page.
Method 2: If you want to try out updated versions at any time, follow these steps.
-
Open the Terminal command line tool.
-
Install Homebrew (refer to this article: 《从 Terminal 开始…》)
-
Install
nodejs
andyarn
:brew install nvm nvm install 20.5.1 brew install ffmpeg brew install yarn
-
Clone this repository locally and then install and launch:
cd ~ mkdir github cd github git clone https://github.com/xiaolai/everyone-can-use-english cd ~/github/everyone-can-use-english yarn install yarn start:enjoy
-
To restart the application, use Terminal:
cd ~/github/everyone-can-use-english git pull yarn install yarn start:enjoy
System requirements: Windows 10 version 22H2 or later, Windows PowerShell 5.1 or later, stable internet connection.
-
Right-click on the "Windows logo" in the taskbar and choose "PowerShell".
Tips 1: On the latest Windows 11, you may not see the "PowerShell" option, only "Terminal".
Tips 2: Do not run PowerShell with administrator privileges, as it may cause Scoop installation failure.
-
In the opened PowerShell window, execute the following commands to install Scoop:
# Set PowerShell execution policy Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser # Download installation script irm get.scoop.sh -outfile 'install.ps1' # Execute installation, --ScoopDir parameter specifies the Scoop installation path .\install.ps1 -ScoopDir 'C:\Scoop'
If you encounter the error:
<span style="color:red">
irm : Could not resolve this remote name: 'raw.githubusercontent.com'
It indicates a network connection problem; please resolve it on your own.
- Install Nodejs and yarn as well as other dependencies:
scoop install nodejs
scoop install git
npm install yarn -D
-
Clone this repository locally, and then install the Enjoy App:
cd ~ mkdir github cd github git clone https://github.com/xiaolai/everyone-can-use-english cd everyone-can-use-english cd enjoy yarn install yarn start:enjoy
If you see
Completed in XXXXXXXXXX
,it indicates successful installation. -
Run the Enjoy App by executing the following command in the terminal:
yarn start:enjoy
Update and use the latest version of Enjoy:
-
Pull the latest content from the repository locally, execute in the command line tool:
git pull
The result should display:
Already up to date.
-
Run the Enjoy App:
yarn start:enjoy