A website for perf.email: an up-to-date web platform news email to make you a better performance advocate.
Made by the team at ♠ Calibre, your performance companion.
npm install
npm run dev
launches a local Vite dev server, accessible via http://127.0.0.1:5173/.
Vite’s dev server watches for source file changes, performing a live reload if any are detected.
The npm run build
command generates production build files, output to the /dest
directory.
To preview the build files locally, run the npm run preview
command.
api/rss.js
leverages Vercel’s serverless function capability to perform an on-demand request of perf.email issues from Mailchimp, returned as an RSS XML file.
The MAILCHIMP_API_KEY
environment variable is required for the Mailchimp API call.