Do you have experience with programming? If so, then you may run the Next.js project locally. Proceed to the "Getting started".
If you don't have experience with programming, then proceed to "Make changes to the database".
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
This repository contains the Blowup newsletter's data. It currently includes:
- Titles (in data/titles.json) served at titles.blowup.digital
- Marketing tricks (in data/tricks.json) served at tricks.blowup.digital
Open the data folder in this project and edit the appropriate JSON file:
- data/titles.json for YouTube title classifications
- data/tricks.json for marketing tricks
After applying changes, create a pull request on GitHub.