Skip to content

adottami/adottami-web

Repository files navigation

Adottami Web

Adottami Web

Technologies

Installation

This project runs on Node.js v16 and uses Yarn v1 as dependency manager.

  1. Clone the repository and install dependencies:

    $ git clone git@github.com:es-2021-2-grupo-2/adottami-web.git
    $ cd adottami-web
    $ yarn install
  2. To run the project in development mode, run:

    $ yarn dev

Development guide

Learn more about the contributing conventions and guidelines at CONTRIBUTING.md.

Tests

The project uses Jest for unit and integration tests.

Unit and integration tests

Once you have installed the project dependencies as explained at Installation, run the following command to run the project's unit and integration tests:

$ yarn test

To learn more about the CLI options supported by Jest, access the documentation.