Giter Club home page Giter Club logo

earthworm's Introduction

earthworm

Learning English through the method of constructing sentences with conjunctions

Start

Start the project based on the following steps

Note that this project depends on docker, so make sure that docker is installed first.

  1. install project dependencies

    pnpm install
  2. start application

    pnpm docker:start
  3. init data of database (It only needs to be executed the first time the database is created)

    pnpm db:init

当发现数据有问题时 如何修改

目前课程的数据是基于 pdf 解析得到的 json 文件, 所以在解析的过程中必然会出现一些小问题

那么当遇到这些小问题的时候 大家可以通过修改 json 文件来做出对 earthworm 的贡献

以下是贡献步骤:

  1. 找到当前课程所对应的 json 文件

    json 文件在 scripts/courses 里面

    注意 courseId 和 json 名称不是对齐的,需要手动查看确定要修改的 json 文件(TODO 这里是个优化点)

  2. 找到 json 文件中的错误语句

    可以直接在当前的 json 文件中搜索即可, 一个对象对应一个 statement

  3. 修改 json 后提交 pr

    在 pr 中可以介绍下修改的原因

数据的更新

后续我会在合并完 pr 后更新线上数据库上的数据完成更新

earthworm's People

Contributors

cuixiaorui avatar myltx avatar danmosama avatar fengstats 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.