Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 194 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 194 Bytes

Captions

Setup

git clone https://github.com/pohutukawa-2017/captions
cd captions && npm install
npm run knex seed:run

npm test
npm start

# or during development:
npm run dev