/component-driven-development-presentation

Slidev presentation about component driven development. Mostly frontend development

Primary LanguageJavaScript

JS ecosystem presentation

Setup

  1. Copy .env.dist to .env and optionally change it.
        cp .env.dist .env
  2. Run make init
  3. Run make start

Stopping the project

make stop

Restarting the project

make restart