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
NekoVari 0785bc440c fix bug
fix doesn't show login button in setting page
2023-12-04 19:03:55 +07:00
.vscode change folder location 2023-07-20 14:18:53 +07:00
assets Test create route 2023-12-01 00:35:14 +07:00
icons update external link icon 2023-08-05 03:45:01 +07:00
public change folder location 2023-07-20 14:18:53 +07:00
src fix bug 2023-12-04 19:03:55 +07:00
.dockerignore Updated Dockerfile and added dockerignore 2023-07-20 21:29:38 +07:00
.gitignore create .env and login by Google 2023-11-19 03:50:10 +07:00
.gitlab-ci.yml upgrade CI to Quadlets 2023-11-12 16:42:46 +07:00
Dockerfile Update Dockerfile and README 2023-11-12 17:20:24 +07:00
index.html Update site title 2023-08-09 13:09:01 +07:00
LICENSE Add LICENSE 2023-08-19 14:21:22 +00:00
little-lines-frontend.container upgrade CI to Quadlets 2023-11-12 16:42:46 +07:00
package-lock.json addToFavorite 2023-11-24 10:55:09 +07:00
package.json create .env and login by Google 2023-11-19 03:50:10 +07:00
README.md Update Dockerfile and README 2023-11-12 17:20:24 +07:00
vite.config.js change folder location 2023-07-20 14:18:53 +07:00
yarn.lock addToFavorite 2023-11-24 10:55:09 +07:00

Logo

Little Lines

License: AGPLv3 Build Status Service Status

ระบบนำทางสำหรับล้อขนาดเล็ก

เข้าใช้งานเว็บแอป  •  เอกสาร

ร่วมพูดคุยกับเรา:
Discord

Little Lines คืออะไร

Littles Lines คือระบบนำทางสำหรับล้อขนาดเล็ก ไม่ว่าจะเป็นวีลแชร์ กระเป๋าเดินทาง รถเข็นเด็ก นอกจากนี้ยังสามารถใช้นำทางสำหรับการเดินเท้าไปยังที่ต่าง ๆ ได้อีกด้วย โดยเว็บแอปที่ เขียนด้วย Vue นี้จะนำข้อมูลจาก OpenStreetMap มาใช้ในการคำนวณเส้นทางและแสดงผลให้ผู้ใช้ต่อไป

การมีส่วนร่วมกับโปรเจกต์

คุณสามารถสนับสนุนโปรเจกต์นี้ได้ผ่านหลากหลายช่องทาง ไม่ว่าจะเป็น

  • นำเสนอไอเดีย หรือส่ง Feedback ใน Discord ของเรา
  • เพิ่มข้อมูลที่จำเป็นสำหรับการนำทางลงในแพลตฟอร์ม OpenStreetMap
  • ร่วมพัฒนาตัวเว็บแอป Little Lines เอง

การติดตั้ง

สำหรับการพัฒนาด้วย NPM

$ git clone https://gitlab.com/openKMITL/micromobility-navigation.git
$ cd micromobility-navigation
$ npm i
$ npm run dev

สำหรับการพัฒนาด้วย Yarn

$ git clone https://gitlab.com/openKMITL/micromobility-navigation.git
$ cd micromobility-navigation
$ yarn
$ yarn dev

สำหรับ Production ด้วย 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

Special Thanks