How to install withspectrum/spectrum. 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.
withspectrum/spectrum Installation Guide
How to install withspectrum/spectrum. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for withspectrum/spectrum. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i withspectrum/spectrumor
Install via npx
npx @hexmos/ipm i withspectrum/spectrumPrerequisites
Node.js
languageVersion: >=16.0.0
npm
package_managerVersion: 8.2.0
Yarn
package_managerVersion: 1.24.1
Redis
system_toolVersion: 6.2.0
RethinkDB
system_packageVersion: 5.1.0
Python
languageVersion: 3.9.1
Docker
system_toolVersion: 20.10.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Monorepo Installation (Node.js)
git clone https://github.com/withspectrum/spectrum.git
npm install
yarn install
node shared/install-dependencies.jsTarball Installation (Node.js)
npm installPost Installation Steps
- Start the server: `yarn run dev:api`
- Run database migrations: `yarn run db:migrate`
