Skip to content

ainize-team/meow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEOW

Meow Meow

Meow meow meow

How to run

On local

npm install
npm start

On docker

docker build -t <Name> .
docker run -p 80:80 -d <Name>