Skip to content

streetlives/yourpeer.nyc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Sk
Jan 2, 2025
b3b1fc6 · Jan 2, 2025
Jul 10, 2024
Jan 2, 2025
Oct 14, 2024
Sep 3, 2024
Jan 2, 2025
Aug 7, 2024
Jul 3, 2024
Sep 4, 2024
Jul 13, 2024
Nov 8, 2024
Jun 27, 2024
Aug 7, 2024
Aug 7, 2024
Jun 27, 2024
Aug 7, 2024
Jul 2, 2024
Jul 2, 2024

Repository files navigation

YourPeer Logo

This repository contains the source code to YourPeer.nyc

YourPeer.nyc allows users to search through 2500+ free support services across NYC.

YourPeer.nyc is developed by Streetlives, a US nonprofit based in New York City.

Getting started

YourPeer.nyc is a Next.js app.

Create a .env.local in your project root directory. It should contain the following entries:

NEXT_PUBLIC_GO_GETTA_PROD_URL=https://w6pkliozjh.execute-api.us-east-1.amazonaws.com/Stage
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=<insert a google maps API key here or contact us to get a development key>

Then run:

# npm install
# npm run build
# npm run dev

Contributing

Please open a pull request. Ensure that each source file includes the correct license header template, like this:

Copyright (c) 2024 Streetlives, Inc., [your name]

Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.