Skip to content

deficollective/deficollective.github.io

Repository files navigation

DeFi Collective Logo

🐜 DeFi Collective Website

This repository contains the source code to the DeFi Collective's website and blog.

🚀 Getting Started

👉 Prerequisites

To build and deploy this project, you need to have some prerequisites installed on your machine.

👉 Install Dependencies

Install all the dependencies using the following command.

npm install

👉 Development Server

Start the development server using the following command.

npm run dev

👉 Update Modules

Update all the modules using the following command.

npm run update-modules

👉 Build Command

Build your project locally with the following command. It will purge all the unused CSS and minify all the files.

npm run build

Dune Dashboards

To reference dune graphs use iframe html component. (Note: Only works with opening and closing tag)

<iframe
  height="500"
  width="100%"
  src="https://dune.com/embeds/3894718/6545129/"
></iframe>

🐞 Reporting Issues

We use GitHub Issues as the official bug tracker for this repository. Please Search existing issues. It’s possible someone has already reported the same problem. If your problem or idea has not been addressed yet, feel free to open a new issue.

📝 License

Copyright (c) 2023 - Present, DeFi Collective

Code License: Released under the MIT license.

Image license: Images may come with their own license, please contact us if you have any questions.