- A Javascript/Typescript IDE with Vue.js and ESLint support.
- A recent Docker installation.
- Node.js v22+
- Install npm dependencies for all workspaces :
npm i
- Pull images at first and then once in a while :
docker compose pull
- Then run the containers :
npm run dev-deps
Stop the containers with this command :
npm run stop-dev-deps
- Generates the types based on schemas :
npm run build-types
docker build --progress=plain --target=main -t data-fair/openapi-viewer:dev .
You can run all services at once thanks to Zellij.
First time instructions
- Install Rust's Cargo
curl https://sh.rustup.rs -sSf | sh
# choose 1 when prompted
- Install Zellij
cargo install --locked zellij
- Install NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
nvm install
Run the Zellij command :
npm run dev-zellij
Access the running services at http://localhost:5600/openapi-viewer
Tips :
- Use Ctrl + Q to quit Zellij.
- Click on a panel, then use Ctrl + C then Esc to stop a terminal and regain access of the panel.