https://github.com/airalab/demo-academy-hackjlab
This is a demo app for Hack Johnny's Lab quest at Robonomics School 2024
https://github.com/airalab/demo-academy-hackjlab
dapp demo quest robotics
Last synced: 9 months ago
JSON representation
This is a demo app for Hack Johnny's Lab quest at Robonomics School 2024
- Host: GitHub
- URL: https://github.com/airalab/demo-academy-hackjlab
- Owner: airalab
- Created: 2024-05-31T08:44:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T21:29:10.000Z (about 2 years ago)
- Last Synced: 2025-06-04T21:31:09.317Z (about 1 year ago)
- Topics: dapp, demo, quest, robotics
- Language: Vue
- Homepage:
- Size: 4.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Robonomics Academy demo
This is a demo dapp within Robonomics School 2024. It suppposed to work for a week and then will go to some sleeping mode.
Developed with Vue 3 in Vite.
## Project Setup
```sh
yarn
```
### Compile and Hot-Reload for Development
```sh
yarn dev
```
### Compile and Minify for Production
```sh
yarn build
```
### Lint with [ESLint](https://eslint.org/)
```sh
yarn lint
```