Skip to content

mitchas/Keyframes

Repository files navigation

Keyframes.app #2

WIP: A collection of small, private web apps for developers.


Project Installation & Development

You need config values in your .env files.

Packages

npm install

NPM Commands

Run

npm run serve

Bundle Analyzer will also be running at :8888

Build

Build with test database configuration

npm run build

Build with live production database configuration

npm run build-prod

Run your tests

npm run test

Lints and fixes files

npm run lint