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

https://github.com/mewstcom/mewst

ほっとするマイクロブログ
https://github.com/mewstcom/mewst

hotwire mewst microblog rails rails-application social-network

Last synced: 2 months ago
JSON representation

ほっとするマイクロブログ

Awesome Lists containing this project

README

          



Mewst (ミュースト)


ほっとするマイクロブログ



mewst.com »

[![Build](https://github.com/mewstcom/mewst/actions/workflows/lint-and-test.yml/badge.svg)](https://github.com/mewstcom/mewst/actions/workflows/lint-and-test.yml)
[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)
[![Discord](https://img.shields.io/discord/1044830617860317184?label=Discord&color=5865F2)](https://discord.gg/tNwVpJ4Jfk)

## リンク

- [ロードマップ](https://github.com/orgs/mewstcom/projects/1)
- [Discord](https://discord.gg/tNwVpJ4Jfk)
- [GitHub Issues](https://github.com/mewstcom/mewst/issues)

## 開発環境のセットアップ

```
git clone git@github.com:mewstcom/mewst.git
cd mewst
docker compose up
mise install
bin/setup
bin/dev
bin/rails server
```