Skip to content

kiwicopple/mentalmodels

Repository files navigation

Mental Models

Mental models are "core concepts". They unchanging fundamentals for a particular subject.

Learning these concepts will give you a better comprehension of the world and help you make rational decisions.

This app is a shuffled list of 113 mental models, grouped into 8 color-coded categories.

Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Deployment

git push -u github master && git push -u origin master

Credit to Netlify for an amazing platform.