Skip to content

AnimeHaze/LocalCacheCheckerNd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalCacheCheckerNd

Running the Project

Local Run

Node.js 20.0.0 or newer is required

Install dependencies and start:

npm install
npm start

The generated cache files will be stored in the cache/ directory.


Run with Docker

Build and run:

docker compose up --build

Or using plain Docker:

docker build -t local-cachechecker-nd .
docker run --rm -v $(pwd)/cache:/app/cache local-cachechecker-nd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors