Skip to content

d1g1talp1x3ls/trufflesuite.com

 
 

Repository files navigation

Truffle Suite Website - https://www.trufflesuite.com

Our website is built with Metalsmith, using Handlebars templates and a combination of HTML and markdown for page content.

Check out the contribution guide to get a lay of the land.

Contributing

We welcome all contributions, typo corrections, and general feedback. See our full contribution guide for details on site architecture and how you could help.

Please base your changes and target your PR against the develop branch, not master

If you find an issue while browsing, most pages have a GitHub link to the directory containing their source files. Look out for the "See a way to make this page better?" links.

Dependencies

Install yarn if you haven't already:

npm install -g yarn

Getting Started

Download zip file or git clone repo:

git clone https://github.com/trufflesuite/trufflesuite.com.git

Navigate into the directory in terminal:

cd trufflesuite.com/
yarn

Run dev build

In terminal run:

yarn dev

Navigate to localhost:9000/port specified in your terminal

To view Browsersync settings navigate to localhost:3001

Compile to a production build

In terminal run:

yarn build

Navigate to ./build folder for the compiled files.

About

Truffle Suite website source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • HTML 12.0%
  • Handlebars 7.4%
  • SCSS 1.6%
  • CSS 1.3%