mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Merge branch 'design-revamp' of github.com:otkstdio/specter-desktop into design-revamp
This commit is contained in:
commit
4943fa29c8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
"dev": "gulp",
|
||||
"tailwind": "npx tailwindcss -i ./src/cryptoadvance/specter/static/style.css -o ./src/cryptoadvance/specter/static/output.css --watch",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": " rm -rf .env && virtualenv --python=python3 .env && source .env/bin/activate && pip3 install -r requirements.txt --require-hashes && pip3 install -e . && python3 setup.py install && python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug"
|
||||
"start": " rm -rf .env && virtualenv --python=python3 .env && source .env/bin/activate && pip3 install -r requirements.txt --require-hashes && pip3 install -e . && python3 -m cryptoadvance.specter server --config DevelopmentConfig --debug"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue