Skip to content

Commit afbdb82

Browse files
committed
📝 Update docs
1 parent 045efc5 commit afbdb82

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You will need to start both the backend and the frontend to do Platform developm
3535

3636
Running the backend requires [Python 3](https://www.python.org/downloads/).
3737

38-
To run the server, `cd` to the folder where you cloned `penn-clubs`. Then run:
38+
To run the server, `cd` to the folder where you cloned `platform`. Then run:
3939
- `cd backend`
4040

4141
Setting up `psycopg2` (this is necessary if you want to be able to modify
@@ -67,11 +67,6 @@ Now, you can run
6767

6868
Running the frontend requires [Node.js](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/getting-started/install).
6969

70-
You will need to set the following environment variables on the frontend:
71-
- `NEXT_PUBLIC_GOOGLE_API_KEY`
72-
- `NEXT_PUBLIC_SITE_NAME` (Optional)
73-
- Specify `clubs` to show Penn Clubs and `fyh` to show Hub@Penn.
74-
7570
1. Enter the `frontend` directory with a **new terminal window**. Don't kill your backend server!
7671
2. Install dependencies using `yarn install` in the project directory.
7772
3. Run application using `yarn dev`.

0 commit comments

Comments
 (0)