Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thnee/makethenews
Make the news
https://github.com/thnee/makethenews
Last synced: 27 days ago
JSON representation
Make the news
- Host: GitHub
- URL: https://github.com/thnee/makethenews
- Owner: thnee
- License: mit
- Created: 2024-01-22T15:11:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T23:17:28.000Z (9 months ago)
- Last Synced: 2024-04-04T01:46:43.584Z (9 months ago)
- Language: JavaScript
- Homepage: https://makethenews.pages.dev/
- Size: 1.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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