Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.14 KB

Air Quality Hackathon

Hej! 🙌

To repozytorium front-endowe dla zadania Polish Smog Alert w ramach wyzwania hacktotherescue. Aby uruchomić to repozytorium, postępuj zgodnie z poniższymi krokami:

  1. Sklonuj repozytorium.
  2. Przejdź do katalogu z repozytorium.
  3. Wpisz npm install w terminalu.
  4. Dodaj wymagane zmienne środowiskowe do pliku .env.
  5. Uruchom npm run dev.

Gotowe! 🚀

Hello! 🙌

This is the front-end repository for the Polish Smog Alert task in the hacktotherescue challenge. To run the repository, follow these steps:

  1. Clone the repository.
  2. Navigate to the repository directory.
  3. Type npm install in the terminal.
  4. Add the required environment variables to the .env file.
  5. Run npm run dev.

That's it! 🚀

ENVs

MONGODB_URI =
DB_NAME =
STATIONS_COLLECTION_NAME =
CITIES_COLLECTION_NAME =

NEXTAUTH_SECRET =
ADMIN_EMAIL =
ADMIN_PASSWORD =

OPENWEATHER_API_KEY =

NEXT_PUBLIC_API = "https://api-hacktotherescue.deliverky.com/graphql"
NEXT_PUBLIC_URL = "https://hack-to-rescue-hackathon.vercel.app/"
NEXTAUTH_URL = "https://hack-to-rescue-hackathon.vercel.app/"

Happy Hacking 🙊