/marketing-ws-gatsbyjs-fav

Source code for featurepeek.com

Primary LanguageJavaScriptMIT LicenseMIT

featurepeek.com on FeaturePeek

Interested in using FeaturePeek? Take a look at this repository to get an idea of how it works.

Create an account

🔮 View pull requests for links to live demos

📺 Watch a video of FeaturePeek in action

Introduction

This is the GitHub repository for the front-end source code of featurepeek.com. It's integrated with FeaturePeek, so you can get an understanding of how to integrate your own front-end projects simply by poking around in this one.

There are two files in particular to pay attention to:

  • peek.yml: This is the project config file -- it's how you indicate which of your organization's repositories you'd like to spin up on FeaturePeek.
  • .circleci/config.yml: This project uses CircleCI for Continuous Integration, but you can bring along any other CI service. Take a look at this file to see how easy it is to set up FeaturePeek in your CI pipeline.

Development

This project is a Gatsby project.

After cloning this repo, install dependencies by running yarn or npm i.

To spin up a local development server, run yarn dev.

All other scripts can be found in package.json.

More resources