This repository contains the source code to the DeFi Collective's website and blog.
To build and deploy this project, you need to have some prerequisites installed on your machine.
Install all the dependencies using the following command.
npm install
Start the development server using the following command.
npm run dev
Update all the modules using the following command.
npm run update-modules
Build your project locally with the following command. It will purge all the unused CSS and minify all the files.
npm run build
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>
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.
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.