https://github.com/exhuma/juudge-ui
User Interface for the "Juudge" MTG API
https://github.com/exhuma/juudge-ui
Last synced: over 1 year ago
JSON representation
User Interface for the "Juudge" MTG API
- Host: GitHub
- URL: https://github.com/exhuma/juudge-ui
- Owner: exhuma
- Created: 2024-11-10T20:23:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T07:18:38.000Z (over 1 year ago)
- Last Synced: 2025-01-15T13:12:56.803Z (over 1 year ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Juudge UI
A simple web-ui for the "juudge" MTG assistant API
The project is built using VueJS and Vuetify. To set up an environment, simply
run:
```
npm clean-install
```
Before running, you must create an application config in `public/config.json`.
Use `sample-files/config.json` as a template.
Then, to run the dev-environment, run
```
npm run dev
```
## Dev Container
The project comes with a dev-container definition which bootstraps the whole
system when developing using dev-containers.