Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 175 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 175 Bytes

Vanaheim

comic manager

How to run

Install mongodb

docker run -p 27017:27017 -v ~/mongo:/data/db -d mongo

Run

yarn

yarn bootstrap

yarn dev