Giter Site home page Giter Site logo

yuan6785 / everyone-can-use-english Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaolai/everyone-can-use-english

0.0 0.0 0.0 82.88 MB

人人都能用英语

JavaScript 1.88% TypeScript 83.14% CSS 0.23% HTML 0.04% Metal 14.08% Jupyter Notebook 0.64%

everyone-can-use-english's Introduction

人人都能用英语

目录

应用

* 开发者

本地启动

yarn install
yarn start:enjoy

编译

yarn make:enjoy

* 普通小白用户

方法一:这是最直接简单的方法是去 releases 页面下载相应的安装文件。

方法二:如果想要随时试用更新版本的话,请按一下步骤操作。

MacOS 用户

  1. 打开命令行工具 Terminal

  2. 安装 Homebrew(请参阅这篇文章:《从 Terminal 开始…》)

  3. 安装 yarn:

    brew install yarn
  4. 克隆此仓库至本地,而后安装、启动:

    cd ~
    mkdir github
    cd github
    git clone https://github.com/xiaolai/everyone-can-use-english
    cd everyone-can-use-english
    yarn install
    yarn start:enjoy

Windows 用户

系统要求:Windows 10 22H2 以上版本、 Windows PowerShell 5.1 以上版本、互联网网络连接正常。

  1. 将鼠标移至任务栏的 “Windows 徽标” 上单击右键,选择 “PowerShell”

    tips 1 :在最新的 Windows 11 上,你看不到 “PowerShell” 选项,只有 “终端”

    tips 2 :不能用管理员权限运行 PowerShell ,否则会导致 Scoop 安装失败

  2. 在弹出的 PowerShell 窗口中依次执行运行以下命令,安装Scoop:

    # 设置 PowerShell 执行策略
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
    # 下载安装脚本
    irm get.scoop.sh -outfile 'install.ps1'
    # 执行安装, --ScoopDir 参数指定 Scoop 安装路径
    .\install.ps1 -ScoopDir 'C:\Scoop'

    如果出现下面的错误:

    irm : 未能解析此远程名称: 'raw.githubusercontent.com'

    说明你的网络连接有问题,请自行研究解决:

  3. 安装 Nodejs 和 yarn 以及其他依赖环境 :

    scoop install nodejs
    scoop install git
    npm install yarn -D
  4. 克隆此仓库至本地,而后安装 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

    出现 Completed in XXXXXXXXXX 类似字样说明安装成功!

  5. 运行 Enjoy APP ,在终端执行下列命令:

    yarn start:enjoy

everyone-can-use-english's People

Contributors

an-lee avatar xiaolai avatar zgw010 avatar 2015qyliang avatar dependabot[bot] avatar zruijie avatar lisahe77 avatar leegent avatar sunnylqm avatar lms24601 avatar luxingyu-git avatar zteshadow avatar hacker1117 avatar kljzndx avatar anattaguo avatar arliang avatar bladedrinks avatar tr4cer0 avatar fuckupc avatar imfangli avatar eltociear avatar linlicro avatar liu-xianlei avatar yangzhengcq avatar yunsii avatar pluscai avatar lstry avatar luckrnx09 avatar luowenpeng avatar onee-io avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.