Skip to content

Instantly share code, notes, and snippets.

@baltazarparra
Last active August 27, 2024 12:46
Show Gist options
  • Save baltazarparra/594d31c9849d95849b88d1e4bd9096e5 to your computer and use it in GitHub Desktop.
Save baltazarparra/594d31c9849d95849b88d1e4bd9096e5 to your computer and use it in GitHub Desktop.

How run locally DEV

Install dependencies, on root folder run:

npm install

Run the project:

npm run dev

Validate on STG

After develop locally, update the feature branch and run the pipeline for stagging

Publish on PRD

After validate on stagging, OPEN a PR, after approves, run the production pipeline

Dependencies

Node.js 12.0.1

React 18.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment