Update README.md

This commit is contained in:
Benjamyn Love 2023-10-15 18:38:27 -04:00
parent f1bb72f4e0
commit 822dcb1b72

View File

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