This is the source code for ifSilence.com
It is built with Gatsby
It is deployed to Netlify automatically when a commit is pushed to the Master branch.
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