An open API service indexing awesome lists of open source software.

https://github.com/tompston/gomarvin-editor

Editor for gomarvin configs
https://github.com/tompston/gomarvin-editor

codegen javascript rest-api typescript vite vue

Last synced: 2 months ago
JSON representation

Editor for gomarvin configs

Awesome Lists containing this project

README

          

# Editor for gomarvin configs

- If you're updating from v0.3.x or less to v0.4.x or the frontend crashes for some reason, open DevTools, and run `localStorage.clear()`and reload the page
- If using a version that is less than 0.4.x, use [this editor](https://7e0e40cb.gomarvin.pages.dev/)

## commands

```bash
npm i # install node_modules
npm run dev # run the project on localhost:3000
npm run preview # preview build on localhost:8888
```