Peach Website

The official Peach website.

Content

The content can be edited via the JSON files in the content directory.

Local build

Node.js is a prerequisite, the dependencies are managed via npm. Once you have cloned this repo, you can setup the packages:

npm install

Create a build and rebuild on file change:

npm start

This will bring up the dev server and pattern library on localhost:3000.

Production build

Use this command to create an optimized production build:

npm run prod

This builds a deployable version into the dist folder.