Skip to content

Bookcliff/diva-monorepo

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.5%
  • JavaScript 9.5%
  • Python 8.8%
  • HTML 0.2%
  • Shell 0.0%
  • CSS 0.0%