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.
Go to file
2023-07-20 14:19:28 +07:00
.vscode change folder location 2023-07-20 14:18:53 +07:00
icons Add app icon 2023-07-16 13:13:19 +07:00
public change folder location 2023-07-20 14:18:53 +07:00
src change folder location 2023-07-20 14:18:53 +07:00
.gitignore change folder location 2023-07-20 14:18:53 +07:00
Dockerfile Dockerfile improvements 2023-07-20 03:23:59 +07:00
index.html change folder location 2023-07-20 14:18:53 +07:00
package-lock.json change folder location 2023-07-20 14:18:53 +07:00
package.json change folder location 2023-07-20 14:18:53 +07:00
README.md change folder location 2023-07-20 14:19:28 +07:00
vite.config.js change folder location 2023-07-20 14:18:53 +07:00

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