Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 173 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 173 Bytes

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>