Ne passez pas à coté de vos clients et prospectez comme Glocus péchait ! Cette webapp vous permet une prospection efficiente
Lire la procédure en anglais ci-dessous.
You have nothing to do, you can use this project here Glocus Prospection.
In case you whant to fork my project or use your own Firebase database, this is how to run the app in a development environment:
-
Go to your firebase account and create a new project
-
In the parameters of your new project find the firebaseConfig and copie it
It should look like this:
var firebaseConfig = {
apiKey: 'secretsecretsecret',
authDomain: 'secretsecretsecret',
databaseURL: 'secretsecretsecret',
projectId: 'secretsecretsecret',
storageBucket: 'secretsecretsecret',
messagingSenderId: 'secretsecretsecret',
appId: 'secretsecretsecret',
}
-
Create your own .env
- Clone this repo,
- cd into the folder,
- open .env.changeMe and
- fill it with your firebaseConfig variables
- rename .env.changeMe to .env
-
install dependencies
npm start
Or if you have pnpm globaly installed :
pnpm start