2.0.0 โ€ข Published 2 years ago

meshery-script-loader v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

๐Ÿš€ Quick start

  1. Create a Gatsby site.

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

    import * as React from "react" import MesheryScriptLoader from "../components/MesheryScriptLoader" import designEmbedScript from "../components/embedded-design-cryptomb-tls-handshake-acceleration-for-istio"

const IndexPage = () => {

return (

<main>
  hello
  <MesheryScriptLoader scriptContent={designEmbedScript} />
</main>

) }

export default IndexPage

export const Head = () => Home Page

```
  1. Start developing.

    Navigate into your new siteโ€™s directory and start it up.

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

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

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

  3. Learn more

๐Ÿš€ Quick start (Netlify)

Deploy this starter with one click on Netlify:

2.0.0

2 years ago

1.0.0

2 years ago