Skip to content

sebastianterleira/Brillaire-jewelery

Repository files navigation

Brillaire

Getting Started

Manual Installation

Here are the steps to execute the project:

  1. Clone the repo

    [email protected]:sebastianterleira/Brillaire-jewelery.git
  2. Install NPM packages

    npm install
  3. Run the app

    npm run dev
  4. To make a build of all apps and packages

    npm run build

(back to top)