22 lines
393 B
Markdown
22 lines
393 B
Markdown
This has died, replaced with https://git.lovelynet.net/PriceyBot/PriceyBot3
|
|
|
|
I need to update this
|
|
|
|
# Setup
|
|
|
|
Set the ENV variable `GOOGLE_APPLICATION_CREDENTIALS` to the location of the google service account key
|
|
|
|
|
|
Run the python script
|
|
|
|
## compiling sass
|
|
cd into priceybot2 subfolder
|
|
|
|
````
|
|
npn run dev
|
|
npm run css-build
|
|
````
|
|
Or if you're working on it
|
|
````
|
|
npm start
|
|
```` |