Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.