File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ You will need to start both the backend and the frontend to do Platform developm
3535
3636Running 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
4141Setting up ` psycopg2 ` (this is necessary if you want to be able to modify
@@ -67,11 +67,6 @@ Now, you can run
6767
6868Running 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-
75701 . Enter the ` frontend ` directory with a ** new terminal window** . Don't kill your backend server!
76712 . Install dependencies using ` yarn install ` in the project directory.
77723 . Run application using ` yarn dev ` .
You can’t perform that action at this time.
0 commit comments