First - make sure you installed all these
- Node.js
- Yarn - run
npm install -g yarn
to install yarn - Node version manager
Optional:
- Plugins for eslint and prettier for your ide (such as visual studio)
- Run
yarn
in this repository to install all dependencies. - 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.
yarn dev
Starts the app in development modeyarn test
Runs testsyarn lint
Runs linteryarn format
Runs prettier on all packagesyarn build
Builds packages for development