Brainy Digital Web

Technologies

Installation

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

You must have the application backend running in your computer to work !

  1. Clone the repository and install dependencies:

    $ git clone git@github.com:emanamoura/brainy-frontend.git
    $ cd brainy-frontend
    $ 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.