diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-05-23 23:45:12 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-05-23 23:45:12 -0400 |
commit | 27ecedb02ef79ce53bf533e016b00462c44541be (patch) | |
tree | 402305113b6f04c3e3b3563b68d32de5ff1c69c8 /continuedev/README.md | |
download | sncontinue-27ecedb02ef79ce53bf533e016b00462c44541be.tar.gz sncontinue-27ecedb02ef79ce53bf533e016b00462c44541be.tar.bz2 sncontinue-27ecedb02ef79ce53bf533e016b00462c44541be.zip |
copying from old repo
Diffstat (limited to 'continuedev/README.md')
-rw-r--r-- | continuedev/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/continuedev/README.md b/continuedev/README.md new file mode 100644 index 00000000..5af08e24 --- /dev/null +++ b/continuedev/README.md @@ -0,0 +1,19 @@ +## Steps to start + +- `cd continue/continue` +- Make sure packages are installed with `poetry install` +- `poetry shell` +- `cd ..` +- `python3 -m continuedev.src.continuedev` + +## Steps to generate JSON Schema + +Same up until last step and then `python3 -m continuedev.src.scripts.gen_json_schema`. + +## Start the server + +Same steps, then `uvicorn continue.src.server.main:app --reload`. + +## To build + +Run `poetry build` and it will output wheel and tarball files in `./dist`. |