This repository has been archived on 2023-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
PriceyBot2/README.md
2023-03-10 01:33:39 +11:00

20 lines
295 B
Markdown

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