A URL shortener using Airtable and Vercel. An CLI for the same can be found at https://github.com/kavin25/airtable-url-cli
- Clone the repository and install dependencies.
git clone https://github.com/dotangad/dotco
cd dotco
npm i
-
Get your Airtable credentials here.
-
Fill out the env file
cp .env.example .env
vim .env
- Deploy to vercel
vercel .