Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
thisisAce
/
adoor-store
like
0
Follow
Ace
7
License:
mit
Model card
Files
Files and versions
xet
Community
main
adoor-store
/
ADOOR_ACE
/
node_modules
/
basic-auth-connect
/
Makefile
3v324v23
Add PNG files and track with Git LFS
befd7da
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
BIN = ./node_modules/.bin/
test:
@NODE_ENV=test $(BIN)mocha \
--require should \
--reporter spec
.PHONY: test