概要
OpenStockは、高価な市場プラットフォームのオープンソース代替品です。価格をリアルタイムで追跡し、個別のアラートを設定し、詳細な企業インサイトを提供します。Next.js、TypeScript、Tailwind CSSで構築されています。
README プレビュー
\n Checkout new amazing projects also, OpenReadme is live\n \n\n\n \n \n\n \n \n \n \n © Open Dev Society. This project is licensed under AGPL-3.0; if you modify, redistribute, or deploy it (including as a web service), you must release your source code under the same license and credit the original authors.\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n# OpenStock\n\nOpenStock is an open-source alternative to expensive market platforms. Track real-time prices, set personalized alerts, and explore detailed company insights — built openly, for everyone, forever free.\n\nNote: OpenStock is community-built and not a brokerage. Market data may be delayed based on provider rules and your configuration. Nothing here is financial advice.\n\n## 📋 Table of Contents\n\n1. ✨ [Introduction](#introduction)\n2. 🌍 [Open Dev Society Manifesto](#manifesto)\n3. ⚙️ [Tech Stack](#tech-stack)\n4. 🔋 [Features](#features)\n5. 🤸 [Quick Start](#quick-start)\n6. 🐳 [Docker Setup](#docker-setup)\n7. 🔐 [Environment Variables](#environment-variables)\n8. 🧱 [Project Structure](#project-structure)\n9. 📡 [Data & Integrations](#data--integrations)\n10. 🧪 [Scripts & Tooling](#scripts--tooling)\n11. 🤝 [Contributing](#contributing)\n12. 🛡️ [Security](#security)\n13. 📜 [License](#license)\n14. 🙏 [Acknowledgements](#acknowledgements)\n\n## ✨ Introduction \n\nOpenStock is a modern stock market app powered by Next.js (App Router), shadcn/ui and Tailwind CSS, Better Auth for authentication, MongoDB for persistence, Finnhub for market data, and TradingView widgets for charts and market views.\n\n## 🌍 Open Dev Society Manifesto \n\nWe live in a world where knowledge is hidden behind paywalls. Where tools are locked in subscriptions. Where information is twisted by bias. Where newcomers are told they’re not “good enough” to build.\n\nWe believe there’s a better way.\n\n- Our Belief: Technology should belong to everyone. Knowledge sho
FAQ (1)
トラブル対応Termux上のNext.jsで'turbo.createProject is not supported by the wasm bindings'エラーを修正する方法
トラブル対応
Termux上のNext.jsで'turbo.createProject is not supported by the wasm bindings'エラーを修正する方法このエラーは、Turbopackが必要とするWebAssemblyバインディングがTermux(Android)上のNode.js環境で完全にサポートされていないために発生します。OpenStockでは、PR #74を介して公式の修正がマージされており、このシナリオに対応するためにNext.jsの設定を調整しています。修正を適用するには、そのPRの変更をプロジェクトに取り込んでください。一時的な回避策として、devコマンドから--turbopackフラグを削除し(next dev --turbopackの代わりにnext devを実行)、Turbopackを無効にしてください。詳細な背景については、Termuxのissue #27937を参照してください。