r0qs / trufflesuite.com

Truffle Suite website source

Home Page:https://trufflesuite.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

https://trufflesuite.com


Languages

Language:JavaScript 79.2%Language:HTML 18.0%Language:CSS 2.8%