Go to file
Chris Vickery 52af2c994c
Upgrade to react-scripts 3 and craco (#23)
* Upgrade to react-scripts 3 and craco

* Update readme

* readme

* readme

* Clean up stuff

* You dont need to install your own sasser anymore

* Fix craco url

* Clean up more stuff

* Remove old hls library, not using specific version with webpack support
2019-09-26 15:22:56 -07:00
craco Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00
public the uppercase title really grinds my gears, make it match explorer 2019-07-01 16:20:34 -07:00
src Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00
.babelrc Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00
.editorconfig Switch to use @commaai/pandajs for webusb communications 2018-03-18 17:46:30 -07:00
.env.development switch to cabana specific CDN endpoint (needed for CORS caching) 2018-10-26 15:21:33 -07:00
.env.production switch to cabana specific CDN endpoint (needed for CORS caching) 2018-10-26 15:21:33 -07:00
.env.staging switch to cabana specific CDN endpoint (needed for CORS caching) 2018-10-26 15:21:33 -07:00
.eslintrc.json cabana: project-wide refactor to fix eslint warnings and minor annoyances 2017-08-07 15:22:57 -07:00
.gitignore CSS change to make modal scrollable from slack 2018-05-16 10:33:16 -07:00
.netlify netlify config 2017-12-13 12:51:02 -08:00
.nvmrc modern node via nvmrc for yarn usage 2017-12-14 14:06:03 -08:00
.travis.yml Attempt to fix build (why microsoft, why) 2018-05-24 12:12:42 -07:00
LICENSE add license 2019-06-18 17:08:24 -07:00
README.md Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00
azure-pipelines.yml Fix cabana graphs and upgrade react-vega (#22) 2019-09-25 15:31:59 -07:00
craco.config.js Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00
package.json Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00
server.py rotated github secret 2019-06-18 13:54:13 -07:00
yarn.lock Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00

README.md

Cabana

Setup

yarn
yarn run sass

Development

yarn start

Contributing

yarn run test

Deploy to Production

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...

sudo apt-get install -y libusb-dev libudev-dev

or

brew install libusb

Create React App documentation

This project was bootstrapped with Create React App v1.x, then upgraded to react-scripts v3.x and use craco to customize it.

You can read the create react app documentation here

We use craco to easily add worker-loader and to use .babelrc.

License

MIT