Visit the site: https://taemporus.github.io/Re-Zero/
After modifying the configuration in package.json
or the source files in src
, perform the following steps to regenerate the required files:
- Required software: Node.js (18+), ImageMagick (7+), OxiPNG (8+) (make sure the binaries are in your
PATH
). - In the repository’s base directory, run
npm install
to get the required modules (repeat each time the dependencies inpackage.json
are modified). - Execute
npm run build
to generate the files. The constituent tasks of this build process may be listed withnpm run tasks
, and executed individually using thenpm run build [TASK]...
syntax. Thebuild-dev
argument may be used in place ofbuild
to skip the more time consuming optimizations.
- anime.js (3.2.1)
- Modernizr (3.13.0)
- Normalize.css (8.0.1)
- Popper.js (2.11.8)
- Tippy.js (6.3.7)
- focus-visible (5.2.0)
- polyfill-library (4.8.0) (along with the online service)
- scrollingElement (1.5.2)