Go to file
Joost Wooning bb17a1a7d3
oauth login using api redirects (#76)
* login with api redirect

* fix scss imports

* login button styles

* keep original path after login

* no /cabana base path

* small redirect fix

* upgrade packages

* use github actions for building

* CI sass

* fix warnings

* fix build test
2021-10-04 18:57:54 +02:00
.github/workflows oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
public oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
src oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
.babelrc Upgrade to react-scripts 3 and craco (#23) 2019-09-26 15:22:56 -07:00
.dockerignore oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
.editorconfig Switch to use @commaai/pandajs for webusb communications 2018-03-18 17:46:30 -07:00
.env.development google auth instead of explorer auth 2021-07-29 18:02:02 +02:00
.env.production google auth instead of explorer auth 2021-07-29 18:02:02 +02:00
.env.staging google auth instead of explorer auth 2021-07-29 18:02:02 +02:00
.eslintignore Add eslint with explorer configuration (#26) 2019-10-07 16:11:53 -07:00
.eslintrc Add eslint with explorer configuration (#26) 2019-10-07 16:11:53 -07:00
.gitignore CSS change to make modal scrollable from slack 2018-05-16 10:33:16 -07:00
.nvmrc Make netlify use node 10 2019-10-28 15:45:35 -07:00
Dockerfile oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
LICENSE add license 2019-06-18 17:08:24 -07:00
README.md oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
config.js.template oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
craco.config.js oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
jest-puppeteer.build.config.js Support testing against builds 2019-10-11 11:03:23 -07:00
jest-puppeteer.config.js Add puppeteer config and test for demo mode 2019-10-10 18:24:06 -07:00
nginx.conf oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
package.json oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
sentry.properties Add sentry properties for deployment 2019-11-06 14:48:18 -08:00
server.js oauth login using api redirects (#76) 2021-10-04 18:57:54 +02:00
server.py rotated github secret 2019-06-18 13:54:13 -07:00
yarn.lock oauth login using api redirects (#76) 2021-10-04 18:57:54 +02: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.

License

MIT