Frontend สำหรับ Little Lines
Find a file
Late Night Defender 15156a624a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update README
2025-04-13 03:06:13 +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
.woodpecker.yml ci: replace tabs with spaces 2025-04-13 02:58:19 +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 2025-04-13 03:06:13 +07:00
vite.config.js change folder location 2023-07-20 14:18:53 +07:00

Logo

Little Lines

License: AGPLv3 Service Status

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

เข้าใช้งานเว็บแอป  •  โฮมเพจ

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

Little Lines คืออะไร

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

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

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

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

การติดตั้ง

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

$ git clone https://gitlab.com/little-lines/frontend.git
$ cd little-lines
$ npm i
$ npm run dev