packages/fossflow-app/README.md
FossFLOW is a powerful, open-source Progressive Web App (PWA) for creating beautiful isometric diagrams. Built with React and the Isoflow (Now forked and published to NPM as fossflow) library, it runs entirely in your browser with offline support.
Go to https://stan-smith.github.io/FossFLOW/
# Clone the repository
git clone https://github.com/stan-smith/FossFLOW
cd FossFLOW
# Make sure you have npm installed
# Install dependencies
npm install
# Start development server
npm start
Open http://localhost:3000 in your browser.
Delete - Remove selected items# Create optimized production build
npm run build
# Serve the production build locally
npx serve -s build
The build folder contains all files needed for deployment.
If you need the app to be deployed to a custom path (i.e. not root), use instead:
# Create optimized production build for given path
PUBLIC_URL="https://mydomain.tld/path/to/app" npm run build
That will add the defined PUBLIC_URL as a prefix to all links to static files.
Deploy the build folder to any static hosting service:
Contributions are welcome! Please feel free to submit a Pull Request.
Isoflow is released under the MIT license.
FossFLOW is released under the Unlicense license, do what you want with it.
Built with the Isoflow library.
x0z.co