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
ほっとするマイクロブログ
- Host: GitHub
- URL: https://github.com/mewstcom/mewst
- Owner: mewstcom
- License: agpl-3.0
- Created: 2022-11-18T23:23:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T19:23:24.000Z (about 1 year ago)
- Last Synced: 2024-10-29T14:15:25.659Z (11 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 »
[](https://github.com/mewstcom/mewst/actions/workflows/lint-and-test.yml)
[](https://github.com/testdouble/standard)
[](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
```