Skip to content

This repository contains the Patternlab work necessary to build the DAP Client

License

Notifications You must be signed in to change notification settings

ParsonsTKO/FolgerMiranda-Dap-Client-Build

Repository files navigation

DAP Client Frontend Design

Local requirements

  • GNU Make

Override configurations and settings

Create the file .env with the environment variables, use the .env.dist file for reference.

Install requirements:

make requirements

Installation

make

Start working

See Pattern Lab docs: http://patternlab.io/docs/index.html

Pushing the changes to the repo

Execute the following command to push your changes

make push

The command above will pormnt some questions to help you create a good commit message in compliance to the semantic release.

This project uses semantic release to deploy to CloudFront CDN depending on the commit messages in the master branch.

Running the server

make start

Execute tests

make test

Open your environment in the browser

make open

See all commands available

make help

Deploy preview to S3

make preview

Release to CDN

make release type=<semver version type (patch|minor|major), patch by default>

About

This repository contains the Patternlab work necessary to build the DAP Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published