9 lines
125 B
Markdown
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 |