- Python 3
- Pip 3
$ brew install python3###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
| module.exports = { | |
| env: { | |
| commonjs: true, | |
| es6: true, | |
| node: true, | |
| mongo: true, | |
| mocha: true | |
| }, | |
| extends: [ | |
| 'airbnb-base', |