Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 676 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 676 Bytes

baro-save-editor

Save and submarine editing tools for Barotrauma.

Working fully client-sided in the browser.

Online build available on https://ignis05.github.io/baro-save-editor/

For offline usage PWA feature is available: pwa showcase


Made with Vue 3, Vuetify and Vite.

Project setup

Requires having node.js version ^16.6.1 installed.

npm install - installs node dependencies

  • npm run dev - starts development server
  • npm run build - makes production build ready for hosting in ./dist
  • npm run preview - starts local server that previews production build