cabana/README-upstream.md

57 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-10-25 17:08:43 -06:00
# Cabana
<img src="https://cabana.comma.ai/img/cabana.jpg" width="640" height="267" />
2019-06-18 14:57:15 -06:00
2018-10-25 17:08:43 -06:00
## Setup
```bash
yarn
yarn run sass
```
## Development
```bash
yarn start
```
## Contributing
```bash
yarn run test
```
## Deploy to Production
```bash
npm version patch
git push origin master --tags # push version patch
yarn run deploy # builds and deploys to github pages
```
### errors building libusb modules?
You can safely ignore those errors even though it returns 1. If you'd like them to go away just because they're annoying, install libusb-dev...
2018-10-25 17:08:43 -06:00
```bash
sudo apt-get install -y libusb-dev libudev-dev
```
or
```bash
brew install libusb
```
# Create React App documentation
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app) v1.x, then upgraded to `react-scripts` v3.x and use [craco](http://npm.im/@craco/craco) to customize it.
You can read the create react app [documentation here](https://create-react-app.dev/docs/getting-started)
We use craco to easily add [worker-loader](https://npm.im/worker-loader).
## License
[MIT](/LICENSE)