Skip to content

wulkano/plugformac.com

Repository files navigation

plugformac.com site Plug for Mac logo

Repository for the plugformac.com site

Installing / Getting started

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.

Developing

Built With

The site is built with Next.js v14 and Tailwind v2.

Prerequisites

  • node >=v20
  • yarn

Building

We swap out React for Preact in production builds to save bandwidth. See ./next.config.js for more info.

Deploying / Publishing

Hosted on Vercel. Just push/merge with main and your changes are live 🎉

Licensing

TODO