Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 234 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 234 Bytes

Media Manager is currently in its early stages, but feel free to contribute.

Install

git clone https://github.com/iutbay/mm
cd mm
npm install

Webpack dev server

npm run dev

Build

npm run build