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 48e29ee9fd fix login and create logout
fix login to login by email password
2023-11-18 18:06:27 +07:00
.vscode change folder location 2023-07-20 14:18:53 +07:00
assets Update README 2023-08-24 17:00:00 +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 login and create logout 2023-11-18 18:06:27 +07:00
.dockerignore Updated Dockerfile and added dockerignore 2023-07-20 21:29:38 +07:00
.gitignore change folder location 2023-07-20 14:18:53 +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 add (beta)functional searchbar in home 2023-09-08 02:19:20 +07:00
package.json add (beta)functional searchbar in home 2023-09-08 02:19:20 +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 fix login and create logout 2023-11-18 18:06:27 +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