bilalkhan360 / website

Home Page:juno-website.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Submit Your Project To The Ecosystem Page

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

You need to edit ecosystems.json in src\contents\ and add your project's info.

Example:

{
  "icon": "main-icon.png",
  "title": "Test Project",
  "text": "This is a test project.",
  "category": "Dapp",
  "website": "https://testproject.testproject",
  "github": "https://github.com/GitAccount/TestProject",
  "discord": "https://discord.gg/TestProject",
  "twitter": "https://twitter.com/TestProject",
  "telegram": "https://t.me/TestProject"
}

icon: This is the name of the image file which should be present in src\images\ecosystems\

title: This is the name of your project

text: This is the description of your project

category: This is the type of your project. Choose between Dapp, Contract, Tool, Project, NFT, or Soon (if your project is coming soon and not launched yet)

website: This is your project's website (optional)

github: This is the invitation link to your Discord server (optional)

twitter: This is the twitter link to your project's profile (optional)

telegram: This is the invitation link to your telegram group/channel (optional)

Installation

npm install
#or
yarn install

Development

  1. # after installing packages
    npm start
    #or
    yarn run
    #or
    gatsby develop
  2. The website is now running at http://localhost:8000

About

juno-website.vercel.app

License:BSD Zero Clause License


Languages

Language:JavaScript 51.1%Language:SCSS 39.3%Language:HTML 6.9%Language:CSS 2.2%Language:Dockerfile 0.4%