How to install stan-smith/FossFLOW. 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.
stan-smith/FossFLOW Installation Guide
How to install stan-smith/FossFLOW. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for stan-smith/FossFLOW. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i stan-smith/FossFLOWor
Install via npx
npx @hexmos/ipm i stan-smith/FossFLOWPrerequisites
Node.js
languageVersion: >=16.0.0
npm
package_managerVersion: 8.14.3
React
libraryVersion: 18.2.0
Isoflow
libraryVersion: v1.0.0
Yarn
package_managerVersion: 23.1.1
Docker
system_toolVersion: 20.10.1
PostgreSQL
system_packagePython
languageVersion: 3.9.10
Git
system_toolVersion: 2.38.1
Visual Studio Code
environmentVersion: 1.74.0
Docker Compose
system_toolVersion: 2.9.3
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Local Development (Clone & Run)
git clone https://github.com/stan-smith/FossFLOW.git
cd FossFLOW
npm install
npm run devDocker Compose Deployment
docker compose up -dDevelopment (Build & Run)
npm install
npm run build:lib
npm run devPost Installation Steps
- Open the browser and navigate to http://localhost:3000 to access the FossFLOW application.
- You can now start creating isometric diagrams!
