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
- Host: GitHub
- URL: https://github.com/tompston/gomarvin-editor
- Owner: tompston
- License: mit
- Created: 2022-04-03T16:06:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T15:22:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T21:14:02.199Z (over 1 year ago)
- Topics: codegen, javascript, rest-api, typescript, vite, vue
- Language: Vue
- Homepage: https://gomarvin.pages.dev
- Size: 444 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```