How to install Open-Dev-Society/OpenStock. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Open-Dev-Society/OpenStock Installation Guide
How to install Open-Dev-Society/OpenStock. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Open-Dev-Society/OpenStock. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Open-Dev-Society/OpenStockor
Install via npx
npx @hexmos/ipm i Open-Dev-Society/OpenStockPrerequisites
Node.js
runtimeVersion: 20+
pnpm
package managerMongoDB
databaseFinnhub API key
api keyGmail account
email serviceDocker
containerizationDocker Compose
containerizationGoogle Gemini API key
api keyVersion: optional
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone and Run (Development)
git clone https://github.com/Open-Dev-Society/OpenStock.git
cd OpenStock
pnpm install
pnpm devClone and Run (Production)
git clone https://github.com/Open-Dev-Society/OpenStock.git
cd OpenStock
pnpm install
pnpm build
pnpm startDocker Setup
git clone https://github.com/Open-Dev-Society/OpenStock.git
cd OpenStock
docker compose up -d mongodb && docker compose up -d --build