Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimbletank/email-footer
Create your Nimbletank email signature
https://github.com/nimbletank/email-footer
Last synced: about 1 month ago
JSON representation
Create your Nimbletank email signature
- Host: GitHub
- URL: https://github.com/nimbletank/email-footer
- Owner: nimbletank
- License: mit
- Created: 2017-11-09T11:22:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T06:11:31.000Z (2 months ago)
- Last Synced: 2024-12-06T19:46:29.137Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://nt-email-signature.now.sh/
- Size: 792 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 59
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Nimbletank's Email Signature Generator[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-yellow.svg?style=flat-square)](https://standardjs.com)
![](https://img.shields.io/badge/javascript-ES6-ffb400.svg?style=flat-square)
![](https://img.shields.io/badge/licence-MIT-blue.svg?style=flat-square)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)* Maintained by [ZakZubair](https://github.com/ZakZubair)
* Built using [Nimbletank's Next.js Boilerplate](https://github.com/nimbletank/nimbletank-nextjs-start)## Features
* Server-side React rendering with [Next.js](https://github.com/zeit/next.js/) v3x
* [Jest](https://facebook.github.io/jest/) unit tests with [Enzyme](https://github.com/airbnb/enzyme)
* [Prettier](https://github.com/prettier/prettier) formatting
* [StandardJS](https://standardjs.com) Linting
* Component styling with [styled-jsx](https://github.com/zeit/styled-jsx/)
* SVGs rendered inline using [babel-plugin-inline-react-svg](https://github.com/kesne/babel-plugin-inline-react-svg)
* UI development environment provided by [Storybook](https://storybook.js.org/)## Tasks
* `npm run dev` / `yarn dev` for local development
* `npm run build` / `yarn build` to build the app for deployment
* `npm start` / `yarn start` to run the app in production environment
* `npm test` / `yarn test` to test everything
* `npm run test:watch` / `yarn test:watch` to watch files for changes and rerun tests related to changed files
* `npm run storybook:run` / `yarn storybook:run` to run storybook locally
* `npm run storybook:build` / `yarn storybook:build` to compile storybook for static deployment### Demo
To try the demo please click [here](https://nt-email-signature.now.sh/)## Licence
[MIT](LICENCE)