Skip to content

FabrizioCafolla/walle-design-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Walle Design System

Start new project

  1. curl -fsSL https://raw.githubusercontent.com/FabrizioCafolla/walle-design-system/main/lib/scripts/@walle/cli.sh | bash -s -- init --project-name <project-name>

    Replace <project-name> with the desired value.

    You can also specify directory path where initialize walle desisgn system with option --dir-path <dir-path>.

Devmode

With Dev Container (Recommended)

  1. Requirements: Docker >=24
  2. Open the project in Visual Studio Code
  3. Install the Dev Containers extension
  4. Reopen in container when prompted
  5. Website automatically starts at http://localhost:4321

Without Dev Container

  1. Requirements

    pkg version
    Docker >=24
    Node >=22
    Yarn ^1.22
  2. Setup the project:

    just setup
  3. Start development server:

    just dev
  4. Open your browser: Navigate to http://localhost:4321