Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 563 Bytes

Litecoin Summit 2018

A website for Litecoin Summit in September 2018

Install

Make sure that you have the Gatsby CLI program installed:

$ npm install --global gatsby-cli

And run from your CLI:

$ git clone [email protected]:litecoin-foundation/litecoinsummit.org.git

Then you can run it by:

$ cd litecoinsummit.org
$ yarn install
$ gatsby develop

Deploy

Deploy to Netlify