An open API service indexing awesome lists of open source software.

https://github.com/joshaaronlevy/posturemom-app

View demo and info at https://posturemom.com/
https://github.com/joshaaronlevy/posturemom-app

Last synced: 2 months ago
JSON representation

View demo and info at https://posturemom.com/

Awesome Lists containing this project

README

        

# PostureMom

## Watch Live Demo

[View Presentation](https://www.youtube.com/watch?v=M1_SJuy5KPI)

### install dependencies

`npm install`

### serve with hot reload at localhost:8000

`npm run dev`

### build for production with minification

`npm run build`

### run unit tests

`npm run unit`

### run and watch unit tests

`npm run unit:watch`