Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 579 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 579 Bytes

ifSilence

This is the source code for ifSilence.com

Tech

It is built with Gatsby

Deploy

It is deployed to Netlify automatically when a commit is pushed to the Master branch.

Development

Use Yarn to install dependencies:

yarn install

Install Gatsby globally to run the CLI commands:

yarn global gatsby-cli

Start the Gatsby development server:

gatsby develop

The app should now be accessible at localhost:8000