This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/README.md
2023-07-20 14:19:28 +07:00

860 B

<<<<<<< HEAD

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

=======

Little Lines

Quick setup via Podman/Docker

git clone https://gitlab.com/openKMITL/micromobility-navigation.git
cd micromobility-navigation
podman build -t littlelines:20230720 .
podman run --name littlelines -p 8080:80 -d littlelines:20230720

61f5f1e6e0