Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 6, 2023
1 parent b48f4cb commit 946de10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ Related services will be hosted using [Railway](https://railway.app/), where fol
1. When registering each service, set the `build` command to something useless (e.g. `node -v`) and run only a single service at a time (e.g. `npm run dev --service node`)
2. For each service, generate a domain in the Networking tab. Paste this into your `commoners.config.ts` file

## Getting Started
To run the Python server, you'll need to create a `conda` environment using the `environment.yml` file.
## Running the Solidarity Demo
To run the Python server, you'll need to create a `conda` environment from the `environment.yml` file.

After this, activate the `solidarity` environment and run `npm run dev` to start the development server on your default browser or `npm start` to begin developing for desktop!

## Current Issues
### Railway Service Deployment
1. Cannot connect to Railway Node server because our WebSocket connection is not secure (http is fine...)
2. Selecting [build providers](https://docs.railway.app/deploy/builds#build-providers) is an premium feature, and our app auto-registers as Node only. So the Railway Python server fails with `Error: spawn python ENOENT` because there is no Python installed.

0 comments on commit 946de10

Please sign in to comment.