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
.