Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugboaja-uchechi/tennislove-email-templates
https://github.com/ugboaja-uchechi/tennislove-email-templates
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ugboaja-uchechi/tennislove-email-templates
- Owner: Ugboaja-Uchechi
- License: mit
- Created: 2023-12-06T15:22:19.000Z (about 1 year ago)
- Default Branch: templates-ui
- Last Pushed: 2024-03-04T19:48:48.000Z (11 months ago)
- Last Synced: 2024-04-18T16:40:28.236Z (9 months ago)
- Language: HTML
- Size: 440 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quickly build HTML emails with utility-first CSS
[![Version][npm-version-shield]][npm]
[![Build][github-ci-shield]][github-ci]
[![Downloads][npm-stats-shield]][npm-stats]
[![License][license-shield]][license]
## Getting Started
Clone this starter:
```bash
npx degit maizzle/maizzle my-project
```Install dependencies:
```
cd my-projectnpm install
```Start local development:
```
npm run dev
```Build emails for production:
```
npm run build
```## Documentation
Maizzle documentation is available at https://maizzle.com
## Issues
Please open all issues in the [framework repository](https://github.com/maizzle/framework).
## License
The Maizzle framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
[npm]: https://www.npmjs.com/package/@maizzle/framework
[npm-stats]: https://npm-stat.com/charts.html?package=%40maizzle%2Fframework&from=2019-03-27
[npm-version-shield]: https://img.shields.io/npm/v/@maizzle/framework.svg
[npm-stats-shield]: https://img.shields.io/npm/dt/@maizzle/framework.svg?color=6875f5
[github-ci]: https://github.com/maizzle/framework/actions
[github-ci-shield]: https://github.com/maizzle/framework/actions/workflows/nodejs.yml/badge.svg
[license]: ./LICENSE
[license-shield]: https://img.shields.io/npm/l/@maizzle/framework.svg?color=0e9f6e