![image](https://private-user-images.githubusercontent.com/64634321/262505829-d8fd436d-9c0b-47e8-acd2-18d30f951691.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzM2OTQsIm5iZiI6MTczOTE3MzM5NCwicGF0aCI6Ii82NDYzNDMyMS8yNjI1MDU4MjktZDhmZDQzNmQtOWMwYi00N2U4LWFjZDItMThkMzBmOTUxNjkxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3NDMxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU5OTQ2ZDM2ZTFhNGIwOGNjYmU0YWViOTA2ZjBiYjFiZDg5NmVmMjNkZjJmMGJlM2YxODRmYjljNWQxMzA1N2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KF3sz8nsHUXd85oAIx_mWRBJxq0YRCHT4GHi1g0kxhc)
The website is built using Google Spreedsheet, Next.js and deployed at Vercel.
We encourage you to create your directory featured a list of any professionals you think is relevant. The code is open source, and these instructions will help you running on your local machine to get started.
- Duplicate this spreedhsheet template
- Follow this guide to allow access to your Google account
- Create a .env file and fill the informations below
GOOGLE_PRIVATE_KEY=""
GOOGLE_CLIENT_EMAIL=""
- Copy the id between /spreadsheets/ and /edit in the url:
https://docs.google.com/spreadsheets/d/12LLA-NoHin0zQfmpEblgMjd260bmriLMowBAH1QDOhI/edit
- Paste the ID in the file
pages/api/designers.js
Making sure you're in the correct project folder and install the dependencies:
yarn install
To start the development server run:
yarn dev
In your browser, open localhost:3000
.