Skip to content

visuallylab/digital-certificate-website

Repository files navigation

Digital certificate website

🚀 Quick start

  1. Start developing.

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

    gatsby develop
  2. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

🧐 What's inside?

  1. Generate the document by markdown

    Open gatsby-node.js, uncomment the codes below DOCUMENT FEATURE, and create markdowns in src/docs

  2. The Landing page

    Edit the Landing page in src/pages/index.tsx

  3. Deployment

    Run command to deploy to gh-pages

    yarn deploy
  4. Typing generate

    Run developing server and run codegen command, the typing will be at graphqlTypes.d.ts.

    gatsby develop
    yarn codegen:typing