Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mewstcom/mewst

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

hotwire mewst microblog rails rails-application social-network

Last synced: 10 days 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 [email protected]:mewstcom/mewst.git
cd mewst
docker compose up
docker compose exec app bin/setup
docker compose exec app bin/dev
docker compose exec app bin/rails server
```