https://github.com/daengdoang/indonesians-who-design
A directory of Indonesians people who design.
https://github.com/daengdoang/indonesians-who-design
design directory indonesia indonesian nextjs
Last synced: 3 months ago
JSON representation
A directory of Indonesians people who design.
- Host: GitHub
- URL: https://github.com/daengdoang/indonesians-who-design
- Owner: daengdoang
- License: gpl-3.0
- Created: 2020-10-08T07:17:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T04:24:51.000Z (about 3 years ago)
- Last Synced: 2023-04-29T18:05:12.861Z (over 2 years ago)
- Topics: design, directory, indonesia, indonesian, nextjs
- Language: JavaScript
- Homepage: https://indonesianswho.design/
- Size: 698 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indonesians Who Design
The website is built using Google Spreedsheet, [Next.js](https://nextjs.org/) and deployed at [Vercel](https://vercel.com/).
## 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](https://docs.google.com/spreadsheets/d/12LLA-NoHin0zQfmpEblgMjd260bmriLMowBAH1QDOhI/edit)
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](https://docs.google.com/spreadsheets/d/12LLA-NoHin0zQfmpEblgMjd260bmriLMowBAH1QDOhI/edit)
4. Paste the ID in the file [`pages/api/designers.js`](https://github.com/zehfernandes/brazilianswhodesign/blob/main/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
[](https://vercel.com/import/project?template=https%3A%2F%2Fgithub.com%2Fzehfernandes%2Fbrazilianswhodesign)