Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 627 Bytes

README.md

File metadata and controls

44 lines (33 loc) · 627 Bytes

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