n o t   a   m e m e   p a g e
  • TypeScript 27.7%
  • HTML 27%
  • MDX 20.6%
  • PHP 12.4%
  • CSS 6.8%
  • Other 5.5%
Find a file
2024-12-02 18:54:54 +01:00
src update site 2024-12-02 18:54:54 +01:00
static update site 2024-12-02 18:54:54 +01:00
.envrc update site 2024-12-02 18:54:54 +01:00
.gitignore rewrite lortex.org 2023-04-27 00:02:45 +02:00
CNAME Update CNAME 2017-08-12 14:54:48 +02:00
flake.lock update site 2024-12-02 18:54:54 +01:00
flake.nix update site 2024-12-02 18:54:54 +01:00
gatsby-config.ts update site 2024-12-02 18:54:54 +01:00
package-lock.json rewrite lortex.org 2023-04-27 00:02:45 +02:00
package.json update site 2024-12-02 18:54:54 +01:00
README.md rewrite lortex.org 2023-04-27 00:02:45 +02:00
tsconfig.json rewrite lortex.org 2023-04-27 00:02:45 +02:00
yarn-error.log value speculation 2023-05-05 20:28:43 +02:00
yarn.lock add a flux rss 2023-05-07 12:38:32 +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 -- -ts
    
  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 (Netlify)

Deploy this starter with one click on Netlify:

Deploy to Netlify