Skip to content

Commit

Permalink
Merge branch 'release/v2.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Mar 22, 2022
2 parents 99930c2 + ec5d8b4 commit 371f3be
Show file tree
Hide file tree
Showing 24 changed files with 2,340 additions and 1,922 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ Foundation for Emails (previously known as Ink) is a framework for creating resp

## Getting Started

The main way to get started is with our [email template stack](https://github.com/zurb/foundation-emails-template). To use the stack, you'll need [Node.js](https://nodejs.org/en/) installed on your machine.
The main way to get started is with our [email template stack](https://github.com/zurb/foundation-emails-template). To use the stack, you'll need [Node.js](https://nodejs.org/en/) no greater than version 10 installed on your machine.

`nvm` installation instructions can be found [here](https://github.com/nvm-sh/nvm#install--update-script)

To set up the emails template, run these commands:

```bash
git clone https://github.com/zurb/foundation-emails-template project
cd project
nvm install 10
nvm use 10
npm install
```

Expand Down
Loading

0 comments on commit 371f3be

Please sign in to comment.