Skip to content

discoverdefiteam/terp-website

This branch is 1 commit behind terpnetwork/terp-website:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fbc3fe · Jan 2, 2024

History

15 Commits
May 19, 2023
Jul 10, 2023
Jan 2, 2024
May 19, 2023
May 19, 2023
May 19, 2023
May 19, 2023
May 19, 2023
May 19, 2023
Jul 10, 2023
May 19, 2023
May 19, 2023
Jul 10, 2023
May 19, 2023
Jan 2, 2024
May 19, 2023

Repository files navigation

How To Submit Your Project To The Ecosystem Page

Submit a pull request to add your project to the Terp 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.5%
  • SCSS 40.6%
  • HTML 7.2%
  • CSS 2.3%
  • Other 1.4%