| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
English | Español | Deutsch | Français | Português | Русский | Українська | 日本語 | 한국인 | ไทย | Tiếng Việt | Bahasa Indonesia | 繁體中文 | 简体中文
Learn English, one keystroke at a time; smarter memorization, more efficient learning - an open-source word and article practice tool
Built-in commonly used vocabulary including CET-4, CET-6, GMAT, GRE, IELTS, SAT, TOEFL, Graduate English, TEM-4, TEM-8, and more. Designed to meet most users' vocabulary learning needs. Community contributions of additional vocabulary are welcome.
This project is built with Nuxt and requires a Node.js environment.
The easiest way to run TypeWords is using Docker:
# Pull the image from Docker Hub
docker pull zyronon/typewords:latest
# Run the container
docker run -d -p 3000:80 --name typewords zyronon/typewords:latestThen open http://localhost:3000 in your browser to access the project.
Or use Docker Compose:
# Start with docker-compose
docker-compose up -d
# Stop the service
docker-compose downOr build and run locally:
# Build the Docker image
docker build -t typewords .
# Run the container
docker run -d -p 3000:80 --name typewords typewordsThe project is currently in early development, with new features being added continuously. If you have any suggestions or feature requests, feel free to open an Issue. If you like the design philosophy of this software, please submit a PR. Thank you for your support!
If you're interested in this project, we welcome your contributions and will provide as much help as possible.
Before contributing, please communicate with the developers to avoid code conflicts.
Thank you again for your contributions!
| Back | FazBrowse Home | New Git URL |