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
Late Night Defender 95a57110e4 minor cleanup
2024-06-03 18:15:05 +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 Add Adwaita wheelchair icons 2023-12-11 23:23:46 +07:00
public change folder location 2023-07-20 14:18:53 +07:00
src minor cleanup 2024-06-03 18:15:05 +07:00
.dockerignore Updated Dockerfile and added dockerignore 2023-07-20 21:29:38 +07:00
.env.example Add a way to specify backend URL 2024-06-03 18:00:37 +07:00
.gitignore create .env and login by Google 2023-11-19 03:50:10 +07:00
Dockerfile pass --host to vite 2024-03-28 01:01:51 +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.example Update .env and container file examples 2024-06-03 16:01:06 +07:00
package-lock.json update vite 2024-03-28 00:43:24 +07:00
package.json update vite 2024-03-28 00:43:24 +07:00
README.md update readme 2024-03-27 05:12:03 +07:00
vite.config.js change folder location 2023-07-20 14:18:53 +07:00

Logo

Little Lines

License: AGPLv3 Service Status

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

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

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

Little Lines คืออะไร

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

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

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

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

การติดตั้ง

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

$ git clone https://codeberg.org/TechTransThai/little-lines.git
$ cd little-lines
$ npm i
$ npm run dev

สำหรับ Production ด้วย Podman/Docker

$ git clone https://codeberg.org/TechTransThai/little-lines.git
$ cd little-lines
$ podman build -t littlelines:20230720 .
$ podman run --name littlelines -p 8080:80 -d littlelines:20230720