Skip to content

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

Notifications You must be signed in to change notification settings

IjzerenHein/top2000-stemlijst

Repository files navigation

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:https://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