My website https://felschr.com
Find a file
2022-08-01 21:26:47 +02:00
src feat: set up basic blog structure 2022-08-01 21:12:47 +02:00
.gitignore feat: initial gatsby setup 2022-08-01 18:54:27 +02:00
.gitlab-ci.yml build: add .gitlab-ci.yml 2022-08-01 21:26:47 +02:00
flake.lock feat: add flake 2022-08-01 18:48:45 +02:00
flake.nix feat: add flake 2022-08-01 18:48:45 +02:00
gatsby-config.ts feat: set up basic blog structure 2022-08-01 21:12:47 +02:00
graphql.config.js chore: add graphql.config.js 2022-08-01 21:13:13 +02:00
package-lock.json feat: set up basic blog structure 2022-08-01 21:12:47 +02:00
package.json feat: set up basic blog structure 2022-08-01 21:12:47 +02:00
README.md feat: initial gatsby setup 2022-08-01 18:54:27 +02:00
tsconfig.json feat: initial gatsby setup 2022-08-01 18:54:27 +02: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