https://github.com/tachibanayu24/orenotion
俺のNotion
https://github.com/tachibanayu24/orenotion
firebase firestore nextjs notion react tailwind tiptap typescript
Last synced: 4 days ago
JSON representation
俺のNotion
- Host: GitHub
- URL: https://github.com/tachibanayu24/orenotion
- Owner: tachibanayu24
- License: mit
- Created: 2023-02-25T12:47:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T10:29:33.000Z (24 days ago)
- Last Synced: 2025-04-24T11:32:58.327Z (24 days ago)
- Topics: firebase, firestore, nextjs, notion, react, tailwind, tiptap, typescript
- Language: TypeScript
- Homepage: https://doc.tachibanayu24.com
- Size: 813 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Orenotion](https://doc.tachibanayu24.com)
tachibanayu24の個人ドキュメント(兼ブログ)です。
Notionライクな書き心地で、インターネットでの公開を前提とした個人ドキュメントの管理ができるようになっています。
自分用ドキュメントを作成してシェアしたり、ブログのように利用したりします。# Features
機能の一覧などは、[紹介記事](TODO: 記事書いてリンク)を参照してください。
# RoadMap
* [in progress][orenition v0.1.0(beta)](https://github.com/users/tachibanayu24/projects/1)
* [orenotion v1.0.0](https://github.com/users/tachibanayu24/projects/2)
* [orenotion v2.0.0](https://github.com/users/tachibanayu24/projects/3)
# Clone
Cloneすることを想定していませんが、以下のような手順で、ご自身の環境に複製可能なはずです。
```sh
$ git clone [email protected]:tachibanayu24/orenotion.git$ cd orenotion
$ cp .env.sample .env
# firebaseプロジェクトを作成し、各種環境変数を入力してください
$ yarn install
$ yarn dev
```最低1ユーザーをFirebase AuthenticationのコンソールからID/PWで作成し、UIからログインすることで、ページの追加や編集ができるようになります。