mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
Update run-an-instance.md
Since the `package.json` is found in the `/api` directory, there is no need to go to the `/api/src` directory to run `pnpm start`. This also means step 4 holds true. Before you actually needed to navigate back to the `/api` directory to create the `.env` file
This commit is contained in:
parent
5ac87bab09
commit
8e2fe5a4ea
@ -41,7 +41,7 @@ requirements:
|
|||||||
- pnpm
|
- pnpm
|
||||||
|
|
||||||
1. clone the repo: `git clone https://github.com/imputnet/cobalt`.
|
1. clone the repo: `git clone https://github.com/imputnet/cobalt`.
|
||||||
2. go to api/src directory: `cd cobalt/api/src`.
|
2. go to api directory: `cd cobalt/api`.
|
||||||
3. install dependencies: `pnpm install`.
|
3. install dependencies: `pnpm install`.
|
||||||
4. create `.env` file in the same directory.
|
4. create `.env` file in the same directory.
|
||||||
5. add needed environment variables to `.env` file. only `API_URL` is required to run cobalt.
|
5. add needed environment variables to `.env` file. only `API_URL` is required to run cobalt.
|
||||||
|
Loading…
Reference in New Issue
Block a user