Main | Dev |
---|---|
Rewritten Dragalia Lost data parser.
This parses the Dragalia Lost assets dumped by dragalia-asset-downloader-2 to files usable for the Dragalia Lost info website.
This succeeds the functionality of the Gen 1 parser.
Install dependencies:
npm install
Pull project dependencies:
git submodule update --init --recursive
Build before the first run:
npm run dev:build
or
npm run prod:build