brazilianswhodesign
brazilianswhodesign copied to clipboard
is a place to showcase the work of talented Brazilian designers to the world.
Brazilians Who Design
The website is built using Google Spreedsheet, Next.js and deployed at Vercel.
Forking this project
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.
Link your spreedsheet
- 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
Install the dependencies
Making sure you're in the correct project folder and install the dependencies:
yarn install
Run the project locally
To start the development server run:
yarn dev
In your browser, open localhost:3000
.