Go to file
2023-02-16 21:07:52 +07:00
contents init 2023-02-13 08:56:23 +07:00
data init 2023-02-13 08:56:23 +07:00
games/snake_game init 2023-02-13 08:56:23 +07:00
src add comment 2023-02-16 21:07:52 +07:00
.gitignore init 2023-02-13 08:56:23 +07:00
gatsby-browser.js init 2023-02-13 08:56:23 +07:00
gatsby-config.ts init 2023-02-13 08:56:23 +07:00
gatsby-develop.sh init 2023-02-13 08:56:23 +07:00
gatsby-node.js init 2023-02-13 08:56:23 +07:00
package-lock.json init 2023-02-13 08:56:23 +07:00
package.json init 2023-02-13 08:56:23 +07:00
README.md init 2023-02-13 08:56:23 +07:00
tsconfig.json init 2023-02-13 08:56:23 +07:00
yarn.lock init 2023-02-13 08:56:23 +07:00

Gatsby

Gatsby minimal TypeScript starter

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the minimal TypeScript starter.

    # create a new Gatsby site using the minimal TypeScript starter
    npm init gatsby
    
  2. Start developing.

    Navigate into your new sites directory and start it up.

    cd my-gatsby-site/
    npm run develop
    
  3. Open the code and start customizing!

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

    Edit src/pages/index.tsx to see your site update in real-time!

  4. Learn more

🚀 Quick start (Gatsby Cloud)

Deploy this starter with one click on Gatsby Cloud:

Deploy to Gatsby Cloud