Repository for the plugformac.com site
Here's what you need to fire this site up locally
$ gh repo clone wulkano/plugformac.com
$ cd plugformac.com && yarn install
This clones the repo and installs dependencies. After that, run
$ yarn dev
To start the Next.js development server.
The site is built with Next.js v14 and Tailwind v2.
node
>=v20yarn
We swap out React for Preact in production builds to save bandwidth.
See ./next.config.js
for more info.
Hosted on Vercel. Just push/merge with main and your changes are live 🎉
TODO