TopGit theo dõi EbookFoundation/free-programming-books-search trên GitHub, đã đạt 373 sao.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
The free-programming-books-search is a companion project of free-programming-books. It allows users to search by book title or author and filter by language. The search index is updated once per day, so changes made on free-programming-books may not be immediately reflected.
Contents
Contents
How It All Works
Installation
NPM Installation
Running the Website
Deployment
FAQ
How It All Works
THERE IS NO DATABASE INVOLVED. Rather, the books are stored in a markdown on free-programming-books and is parsed daily by free-programming-books-parser. The books and all info pertaining to them are stored in a JSON file called fpb.json.
This JSON is downloaded locally and searched locally when the actual search function is used.
Installation
NPM Installation
Make sure you have Node.js installed. If you already do, skip to Running the Website.
Otherwise, download the LTS installer from Node.js website.
Follow the instructions of the installer, make sure npm is listed as a package to be installed.
Click Install.
Verify that Node.Js has been installed by going to command line and typing in node. It should show the current version.
Close out of Node by either closing and reopening the command line or with Ctrl + C.
Make sure to check out the NPM website for more info.
Running the Website
Make sure you have Git installed.
Clone the repo from Github with Git.
Navigate to the folder using command line. A easy way is to type "cd" and then drag and drop the folder into command line.
Type npm install.
Type npm install react-scripts.
Type npm start. At this point, the command prompt should start up the server, and a tab in your default browser should open up to localhost.
Deployment
MAKE SURE YOU HAVE COMPLETED THE INSTALLATION STEPS FIRST!
First, make sure that you the local folder containing the files has a remote configured called "origin".
If you aren't sure, navigate to the folder using Git (type "cd", then drag and drop folder in to Git command line).
Type git init.
Type git remote add origin <repo url>, replacing <repo url> with the url of your github repository.
Now, run npm install -g gh-pages.
Run npm run deploy.
This should deploy your code to "https://yourusername.github.io/free-programming-books-search/".
FAQ
What database are we using to store the books?
NONE! The books are stored in a JSON file which is downloaded locally.
I added a book but it's not showing up on search?
Give it some time. The parser is run once a day, so it may take up to 24 hours for the search to reflect that.
Đọc thêm về EbookFoundation/free-programming-books-search ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/EbookFoundation/free-programming-books-search là nguồn chính thức.
EbookFoundation/free-programming-books-search có bao nhiêu sao?
EbookFoundation/free-programming-books-search có 373 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/EbookFoundation/free-programming-books-search. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
EbookFoundation/free-programming-books-search có phải mã nguồn mở không?
Có — EbookFoundation/free-programming-books-search phát hành theo license BSD-2-Clause, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/EbookFoundation/free-programming-books-search.
EbookFoundation/free-programming-books-search có trang demo không?
Dự án có trang chủ ở https://ebookfoundation.github.io/free-programming-books-search. Tab "Readme" ở trang này thường có ảnh chụp và hướng dẫn bắt đầu nhanh.
EbookFoundation/free-programming-books-search là gì?
EbookFoundation/free-programming-books-search (EbookFoundation/free-programming-books-search) là dự án JavaScript TopGit theo dõi. Tính tới lần đồng bộ gần nhất, repo có 373 sao.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về free-programming-books-search?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về free-programming-books-search.