Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanebdavis/nvc
NVC inspired needs and emotions interactive quick reference app built on the ArtSuite
https://github.com/shanebdavis/nvc
Last synced: 26 days ago
JSON representation
NVC inspired needs and emotions interactive quick reference app built on the ArtSuite
- Host: GitHub
- URL: https://github.com/shanebdavis/nvc
- Owner: shanebdavis
- Created: 2016-07-22T15:19:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T23:26:57.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:57:41.149Z (10 months ago)
- Language: JavaScript
- Size: 6.87 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NVC-Inspired Needs and Emotions Awareness App
### Run it now, Live on the Web
[Launch Needs and Emotions App](https://shanebdavis.github.io/nvc/)
### Install and Run Locally
```
git clone https://github.com/Imikimi-LLC/shanebdavis/nvc.git
cd nvc
npm install
npm start
```Go to: [http://localhost:8080/webpack-dev-server/](http://localhost:8080/webpack-dev-server/)
### Resources
* [NVC Distilled @medium.com](https://medium.com/@shanebdavis/nvc-distilled-a515b3429a29)
* [needs list](https://github.com/shanebdavis/nvc/blob/master/source/NeedsAndEmotions/Data/Needs.caf)
* [positive-emotions list](https://github.com/shanebdavis/nvc/blob/master/source/NeedsAndEmotions/Data/PositiveEmotions.caf)
* [negative-emotions list](https://github.com/shanebdavis/nvc/blob/master/source/NeedsAndEmotions/Data/NegativeEmotions.caf)
* This app was built with [Art.Suite](https://github.com/Imikimi-LLC/art-suite/wiki) and [CaffeineScript](http://CaffeineScript.com)