amandatsalis / Website

Website Based Gatsby.Js Forked From Juno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Submit Your Project To The Ecosystem Page

Create a pull request to add your project to the Juno ecosystem page.

If you are adding a staking interface it must be pre-approved by the team and have significant unique features.

You must create your projects folder inside the projects folder.

Example:

projects/my-project-name/index.json

{
"name": "Test Project 1",
"type": "Contracts",
"image": "main-icon.png",
"state": 1,
"twitter_link": "twitter.com/junonetwork",
"tg_link": "t.me/junonetwork",
"address": "juno-smartcontract-address",
"github_link": "github-link",
"website_link": "https://junochain.com"
}

name: This is the name of your project

type: Choose one of the following: Dapp, Contracts or Tools

image: This is the name of your projects thumbnail image that you should have in the same folder that the index.json is inside.

Ensure the image size is 120x120

example folder path:

projects/my-project-name/main-icon.png

state: keep this set to 1

twitter_link: This is a twitter link for your project (optional)

tg_link: This is a telegram link for your project (optional)

address: This is the address for your contract, not the entire URL. (optional)

github_link: This is the link for your github repo (optional)

website_link: This is the url for your website (optional)

Gatsby

Gatsby minimal starter

๐Ÿš€ Quick start

  1. Create a Gatsby site.

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

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

    Navigate into your new siteโ€™s 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.js 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

About

Website Based Gatsby.Js Forked From Juno

License:BSD Zero Clause License


Languages

Language:JavaScript 53.3%Language:SCSS 37.4%Language:HTML 6.7%Language:CSS 2.1%Language:Dockerfile 0.4%