mwe-comments/README.md
2019-07-13 07:56:30 -04:00

9 lines
125 B
Markdown

git clone apgit:notnull/mwe-comments
cd mwe-comments
npm i
cd server
npm i
createdb mwe-comments
npm run seed
cd ..
npm start