Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozsival/advocuts-signature
✍️ Email signature for Advocuts
https://github.com/rozsival/advocuts-signature
Last synced: 1 day ago
JSON representation
✍️ Email signature for Advocuts
- Host: GitHub
- URL: https://github.com/rozsival/advocuts-signature
- Owner: rozsival
- Created: 2021-11-25T15:34:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:52:11.000Z (11 months ago)
- Last Synced: 2024-10-11T19:49:56.642Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Signature
Email signature for Advocuts law firm 👨💼## 👀 Preview
The preview is available
at [https://rozsival.github.io/advocuts-signature/](https://rozsival.github.io/advocuts-signature/)## 👨💻 Usage
### 💾 Installation
```bash
nvm use
yarn install
```### ⚙️ Configuration
Create `.env` from `.env.example`
- `ASSETS_PREFIX` – path prefix for `assets` (e.g. `https://some-remote.tld/`)
### 🚨 Linters
```bash
yarn fix
```### 📦 Build
```bash
yarn build
```