Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thnee/makethenews

Make the news
https://github.com/thnee/makethenews

Last synced: 27 days ago
JSON representation

Make the news

Awesome Lists containing this project

README

        

# makethenews

News generator.

## Development

Languages and tools are installed via [mise][mise].

Install mise.

```bash
curl https://mise.run | sh
```

Install requirements with mise.

```bash
mise install
```

Install requirements.

```bash
npm i
```

Run dev server.

```bash
just
```

Lint.

```bash
just lint
```

Format code.

```bash
just fmt
```

Build production build.

```bash
just build
```

Preview production build.

```bash
just preview
```

[mise]: https://github.com/jdx/mise