Toothpaste is an editor which allow you to compose an email template. There are several possibilities to create a template, with a basic model, by starting from scratch or by directly import html.
- Install Node
- on OSX install home brew and type
brew install node
- on Windows install chocolatey and type
choco install nodejs
- on OSX install home brew and type
- On OSX you can alleviate the need to run as sudo by following these instructions. I highly recommend this step on OSX
- Open terminal
- Type
npm install -g gulp
Open terminal and type :
npm install
Open terminal and type :
bower install
gulp
All gulp tasks are specify on gulp-tasks
folder. Paths declared in gulp tasks are in gulp.config.json
file.
Go to https://crunchmail.github.io/toothpaste/
gulp deploy
Build documentation and deploy documentation on the gh-pages branch