jsonbook-builder
jsonbook-builder copied to clipboard
Hi, How I Execute This?
Hi, How i execute this?
node index.js??
hello @crashangelbr , did you figure out how to run it?
I downloaded enwiktionary-latest-pages-articles(7gb).
What do you think?
Howdy @crashangelbr @Boy19991 - the instructions are as follows:
- Download the latest dump of the English Wiktionary: enwiktionary-latest-pages-articles.xml.bz2.
- Extract the
.xml
file and put it in thedata
directory within this repo - Install the repo's dependencies with
npm install
oryarn
- Run the
build
rule withnpm run build
oryarn build