Skip to content

dennisreimann/peachbitcoin.com

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • CSS 52.5%
  • Pug 25.8%
  • JavaScript 21.7%