The website is built using Google Spreedsheet, Next.js and deployed at Vercel.
The code was forked from another open source project and will remain open source. These instructions should help you running on your local machine to get started.
- Duplicate this spreedhsheet template
- Go to File > Publish to the Web > Publish
- Copy the id between /spreadsheets/ and /edit in the url:
https://docs.google.com/spreadsheets/d/1W7cOTU2nUfT-3N88Aa09ZtZYv_KhtYkbCtpdm_9FeT4/edit
- Paste the ID in the file
pages/api/technologists.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
.