Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.34 KB

File metadata and controls

31 lines (19 loc) · 1.34 KB

Extra Thick Front End

Requirements

  1. Node version 20.1.0

  2. Yarn (for package management) version 3.5.1

    • This project is setup to use asdf. This allows installing a specific version for the project. To install yarn with asdf, see https://github.com/twuni/asdf-yarn

    • Or install globally via npm: npm i -g yarn

    • Or install globally via Homebrew: brew install yarn

    • The correct version of yarn has been committed to this repo (in .yarn). As long as node is installed and a version of yarn is available on the system, this should "just work" and use the project version. If there are any issues, or the version needs to be updated, follow the steps below.

    • Set the version for the project ie: yarn set version 3.5.1

Linting and Formatting

For linting and formatting see LINTING.md.