Ecosyste.ms: Awesome
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: 10 days ago
JSON representation
ほっとするマイクロブログ
- Host: GitHub
- URL: https://github.com/mewstcom/mewst
- Owner: mewstcom
- License: agpl-3.0
- Created: 2022-11-18T23:23:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T19:23:24.000Z (4 months ago)
- Last Synced: 2024-10-29T14:15:25.659Z (3 months ago)
- Topics: hotwire, mewst, microblog, rails, rails-application, social-network
- Language: Ruby
- Homepage: https://mewst.com
- Size: 16.2 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```