Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-10T21:29:10.000Z (8 months ago)
- Last Synced: 2024-12-09T03:23:05.334Z (2 months 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
```