Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

codeenigma/prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Enigma Prototype tool

Usage

  1. Install dependencies with NPM/Yarn

    yarn install
    

    or

    npm install
    
  2. Generate the prototype and start php built-in server.

    npm start
    
    
  3. Browse http://localhost:8080/ for the prototype, http://localhost:8000/ for JsonPopulate

Drupal synchronisation

  1. Adjust the path (relative) to the Drupal theme in the .npmrc file.

  2. Synchronize the 'assets' folder to the theme with

    npm run sync:drupal
    
  • Note: this is a "destructive" operation, do not keep unmanaged files in the "assets" folder of your theme. *

About

Pattern-Lab based prototyping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published