Skip to content

FastComments/fastcomments-gatsbyjs-example

Repository files navigation

Gatsby

Gatsby's hello-world starter - complete with FastComments!

This project is the hello-world boilerplate with FastComments setup.

🚀 Quick start

  1. See in Action.

    Navigate into your new site’s directory and start it up.

    cd fastcomments-gatsbyjs-example/
    npm install
    gatsby develop
  2. Add FastComments to Your Gatsby Site.

    Take a look at src/pages/index.js. This one line is how we instantiate the widget:

    return <FastCommentsCommentWidget tenantId="demo" />;
    

Examples

  1. Simple Example

    http://localhost:8000/commenting

    Code: src/pages/commenting.tsx.

  2. Dark Mode Toggle

    http://localhost:8000/dark-mode

    Code: src/pages/dark-mode.tsx.

  3. Page Transitions

    http://localhost:8000/page-transition-test-start

    Code: src/pages/page-transition-test-start.tsx.

See more by going to http://localhost:8000

About

An Example GatsbyJS Site With FastComments Setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published