Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lmcgartland/adr-writer

Web-based utility to viewing, writing, and editing ADRs.
https://github.com/lmcgartland/adr-writer

Last synced: 17 days ago
JSON representation

Web-based utility to viewing, writing, and editing ADRs.

Awesome Lists containing this project

README

        

# adr-writer

Web-based utility to viewing, writing, and editing ADRs.

## Getting Started

Clone the repository to your local disk. To develop UI:

```
# Install dependencies
yarn

# Begins development web-server
yarn run dev
```

## Roadmap

- [ ] Add ADR editor
- [ ] Add ADR creator
- [ ] Improve theme
- [ ] Add unit tests
- [ ] Add contribution guidelines
- [ ] Publish to `npm`