Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```