All Projects → trufflesuite → Trufflesuite.com

trufflesuite / Trufflesuite.com

Truffle Suite website source

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Trufflesuite.com

Core
🏡 Open source home automation that puts local control and privacy first.
Stars: ✭ 48,265 (+44179.82%)
Mutual labels:  hacktoberfest
Pkgnet
R package for analyzing other R packages via graph representations of their dependencies
Stars: ✭ 107 (-1.83%)
Mutual labels:  hacktoberfest
Node Sdk
☄️ Node.js library to access IBM Watson services.
Stars: ✭ 1,471 (+1249.54%)
Mutual labels:  hacktoberfest
Meteor
Meteor, the JavaScript App Platform
Stars: ✭ 42,739 (+39110.09%)
Mutual labels:  hacktoberfest
Cyberdisc Bot
The bot for the Cyber Discovery Community Discord Server!
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest
Bundle Phobia Cli
📦 Cli for the node BundlePhobia Service 😱
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest
Scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Stars: ✭ 42,343 (+38746.79%)
Mutual labels:  hacktoberfest
Myportfolio Hacktoberfest2019
I'm in need for a new portfolio website. Maybe the Hacktoberfest army could help me?
Stars: ✭ 109 (+0%)
Mutual labels:  hacktoberfest
Ergo
The Language for Smart Legal Contracts
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest
Openitcockpit
openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest
Ansible
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
Stars: ✭ 51,573 (+47214.68%)
Mutual labels:  hacktoberfest
Hawktracer
HawkTracer is a highly portable, low-overhead, configurable profiling tool built in Amazon Video for getting performance metrics from low-end devices.
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest
Dtel
Telephone roleplay bot on Discord
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest
Neovim
Vim-fork focused on extensibility and usability
Stars: ✭ 49,389 (+45211.01%)
Mutual labels:  hacktoberfest
Desktop
💻 Desktop sync client for Nextcloud
Stars: ✭ 1,787 (+1539.45%)
Mutual labels:  hacktoberfest
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+42037.61%)
Mutual labels:  hacktoberfest
Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest
Laravel Translations Loader
Webpack loader to import Laravel translation files (PHP or JSON) into your JS bundle as JSON.
Stars: ✭ 109 (+0%)
Mutual labels:  hacktoberfest
Openssh
Development repository for the openssh cookbook
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest
Vue Gmaps
Search places and address using Google Maps API
Stars: ✭ 108 (-0.92%)
Mutual labels:  hacktoberfest

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].