A URL shortener using Airtable and Vercel.
- 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 .