devika setup
This commit is contained in:
parent
431db945dd
commit
fb96c68f6f
22
_containers/devika/setup.gist
Normal file
22
_containers/devika/setup.gist
Normal file
@ -0,0 +1,22 @@
|
||||
git clone https://github.com/stitionai/devika.git
|
||||
conda create -n devika python=3.10
|
||||
conda activate devika
|
||||
which python
|
||||
/config/miniconda3/envs/devika/bin/python -m pip install -r requirements.txt
|
||||
|
||||
/ui#>?
|
||||
playwright install --with-deps
|
||||
npm install
|
||||
bun run dev
|
||||
open new terminal
|
||||
conda activate devika
|
||||
rename sample.config.toml
|
||||
fill out config.toml
|
||||
|
||||
|
||||
/ui#>
|
||||
bun run preview --host --port 3000
|
||||
SET VITE_API_BASE_URL=https://api.dev.d-popov.com
|
||||
bun run dev --host
|
||||
|
||||
/#>python3 devika.py --debug
|
Loading…
x
Reference in New Issue
Block a user