Skip to content

Latest commit

 

History

History
executable file
·
42 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
42 lines (23 loc) · 1.39 KB

Indonesians 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

  1. Duplicate this spreedhsheet template
  2. Go to File > Publish to the Web > Publish
  3. Copy the id between /spreadsheets/ and /edit in the url:

    https://docs.google.com/spreadsheets/d/12LLA-NoHin0zQfmpEblgMjd260bmriLMowBAH1QDOhI/edit

  4. 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.

Deploy at vercel

Deploy with Vercel