No description
Find a file
2023-10-29 18:46:00 -04:00
.github/workflows update app location 2023-10-29 18:21:09 -04:00
locales fixed issue with translation links 2023-10-29 18:46:00 -04:00
src fixed issue with translation links 2023-10-29 18:46:00 -04:00
.gitignore Initial commit from gatsby 2023-07-31 15:07:00 -04:00
gatsby-browser.js Initial commit from gatsby 2023-07-31 15:07:00 -04:00
gatsby-config.ts fixed path prefix 2023-10-29 18:26:34 -04:00
languages.ts add deploy to azure 2023-10-29 17:55:33 -04:00
package-lock.json add deploy to azure 2023-10-29 17:55:33 -04:00
package.json add deploy to azure 2023-10-29 17:55:33 -04:00
postcss.config.js Initial commit from gatsby 2023-07-31 15:07:00 -04:00
README.md first commit 2023-07-31 15:08:30 -04:00
tailwind.config.ts add deploy to azure 2023-10-29 17:55:33 -04:00
tsconfig.json build steps 2023-10-29 18:10:04 -04: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

kleshik