https://github.com/thnee/makethenews
Make the news
https://github.com/thnee/makethenews
Last synced: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T23:17:28.000Z (about 2 years ago)
- Last Synced: 2025-03-21T04:18:05.151Z (about 1 year 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
- License: LICENSE
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