Skip to content

Barotrauma save and submarine editing tools made with Vue 3 and Vite.

License

Notifications You must be signed in to change notification settings

ignis05/baro-save-editor

Repository files navigation

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