Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murshidazher/retype-with-vercel
✨ A demonstration of retype with vercel and changelog
https://github.com/murshidazher/retype-with-vercel
github-actions markdown retype vercel workflow-automation
Last synced: about 1 month ago
JSON representation
✨ A demonstration of retype with vercel and changelog
- Host: GitHub
- URL: https://github.com/murshidazher/retype-with-vercel
- Owner: murshidazher
- License: mit
- Created: 2022-01-08T14:52:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T14:26:45.000Z (about 3 years ago)
- Last Synced: 2024-11-08T11:13:57.490Z (3 months ago)
- Topics: github-actions, markdown, retype, vercel, workflow-automation
- Homepage: https://retype-with-vercel.vercel.app
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
---
label: Welcome
icon: home
---
# [retype-with-vercel](https://github.com/murshidazher/retype-with-vercel)[![production-vercel-status](https://github.com/murshidazher/retype-with-vercel/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/murshidazher/retype-with-vercel/actions/workflows/release.yml)
> A demonstration of [retype](https://github.com/retypeapp/retype) with vercel and changelog
- Multiple Staging with Vercel
- Markdown to Website using Retype
- Github Workflow actions for automation of Release, CHANGELOG style and bumping Retype version.## Installation & Usage
> ⚠️ Make sure npm version `v12.16.1` is installed on your development machine.
```sh
git clone https://github.com/murshidazher/retype-with-vercel.git
cd retype-with-vercel
npm i
```## Development
For spinning up local changewatch server,
```sh
npm run watch
```## Deployment
Build and deploy the `retype` directory generated,
```sh
npm run build:retype
```## Action Bot
To get the action bot id head over here [api.github.com](https://api.github.com/users/dependabot-preview%5Bbot%5D/events/public) and more details available in this [:link: forum](https://github.community/t/github-actions-bot-email-address/17204/5)
## LICENSE
[MIT](./LICENSE) © Murshid Azher 2022.