How to Duplicate this project
- Follow the instruction to enable Google Sheet API here.
- For the starter purpose, you can duplicate my base Google Spreadsheet contents here.
- You also can clone this repository by running
git clone https://github.com/yehezkielgunawan/link-collection.git
.
- Run
pnpm install
to install all the deps that needed.
- I assume you've got your own API key by following the first step, you can copy it to the env variables. I've set the
.env.example
files here.
- Run
pnpm dev
to serve the web from the local device.