/top2000-stemlijst

Importeer jouw Top 2000 stemlijst eenvoudig naar Spotify, Apple Music of Deezer

Primary LanguageTypeScript

Top 2000 Stemlijst

Importeer jouw Top 2000 stemlijst eenvoudig naar Spotify, Apple Music of Deezer

https://top2000stemlijst.nl

This project was bootstrapped with Expo

Local development

Start the web app:

expo start:web

Open it in the browser:

http://localhost:19006

Running the cloud functions locally

https://firebase.google.com/docs/functions/local-emulator

Open a separate terminal and go to the /functions directory.

Use firebase login to login to the Firebase project.

Download the secrets to the .runtimeconfig.json file:

firebase functions:config:get > .runtimeconfig.json

Start the development server:

firebase emulators:start --only functions