-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import NoTransCallout from "../components/molecules/NoTransCallout"; | ||
|
||
# ロードマップ | ||
|
||
<NoTransCallout lang="en" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import { Cards, Card } from 'nextra/components' | ||
|
||
# ロードマップ | ||
|
||
Pulsate v0 (開発途上版) は以下の流れで提供されます。 | ||
|
||
1. Pulsate v0.1: 最小限に留めた SNS 機能の提供 | ||
2. Pulsate v0.2: 根幹にあたるSNSプロトコル 「ActivityPub」の実装 | ||
3. Pulsate v0.3: v1 リリースに向けた UX の改善・向上 | ||
4. Pulsate v0.4: インスタンスのモデレーション機能強化 | ||
|
||
ロードマップは [GitHub Projects](https://github.com/orgs/pulsate-dev/projects/5) で管理されています. | ||
|
||
<Cards> | ||
<Card title="Pulsate v0.1 Roadmap ↗" href="https://github.com/orgs/pulsate-dev/projects/5"/> | ||
</Cards> |