mukkund1996 / composed

Docker-compose GUI powered by WASM and React

Home Page:composed-two.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composed

Simple GUI to generate docker-compose.yaml using a flow chart.

Development Setup

To install the npm package and the dependencies, follow the below steps:

Install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

Install wasm-pack

curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y

Build the WASM package

npm run build:wasm

Install npm package

npm install

Run the developement Server

npm run start

Production Build

Directly run the bash script in the repository:

bash scripts/build_script_vercel.sh

About

Docker-compose GUI powered by WASM and React

composed-two.vercel.app

License:Other


Languages

Language:JavaScript 59.2%Language:Rust 33.7%Language:Dockerfile 2.6%Language:CSS 1.7%Language:HTML 1.5%Language:Shell 1.4%