Skip to content

divaprotocol/diva-monorepo

Folders and files

NameName
Last commit message
Last commit date
May 3, 2024
Aug 18, 2024
Dec 2, 2022
May 1, 2024
Jan 7, 2022
Jan 3, 2022
Jul 11, 2023
Jul 28, 2022
May 1, 2024
Jan 26, 2022
May 31, 2024
May 3, 2024

Repository files navigation

Divaprotocol Monorepo

Prerequisites

First - make sure you installed all these

Optional:

  • Plugins for eslint and prettier for your ide (such as visual studio)

Getting started

  1. Run yarn in this repository to install all dependencies.
  2. Run yarn dev to start the application and development server at localhost:3000

This runs the application located at packages/diva-app. To work on the app go there and make the changes you want.

scripts

  • yarn dev Starts the app in development mode
  • yarn test Runs tests
  • yarn lint Runs linter
  • yarn format Runs prettier on all packages
  • yarn build Builds packages for development

Troubleshooting