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.
frontend/README.md

80 lines
3.4 KiB
Markdown
Raw Normal View History

2023-06-19 05:39:01 +00:00
2023-08-24 10:00:00 +00:00
<div align="center">
<img src="icons/LittleLines.svg" width="192" height="192" alt="Logo">
<h1>Little Lines</h1>
2023-07-19 20:43:47 +00:00
2023-08-24 10:00:00 +00:00
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">
<img alt="License: AGPLv3" src="https://shields.io/badge/License-AGPLv3-blueviolet.svg">
</a>
<a href="https://gitlab.com/openKMITL/micromobility-navigation/-/pipelines">
<img alt="Build Status" src="https://gitlab.com/openkmitl/micromobility-navigation/badges/main/pipeline.svg">
</a>
2023-11-12 10:20:24 +00:00
<img alt="Service Status" src=" https://status.techtransthai.org/api/badge/7/status">
</a>
2023-08-24 10:00:00 +00:00
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
<h3>ระบบนำทางสำหรับล้อขนาดเล็ก</h3>
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
<a href="https://little-lines.techtransthai.org">เข้าใช้งานเว็บแอป</a>
&nbsp;&nbsp;
<a href="https://gitlab.com/openKMITL/micromobility-navigation/-/wikis/home">เอกสาร</a>
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
<h5>ร่วมพูดคุยกับเรา:</h5>
<a href="https://discord.gg/6aPemyuSzx">
<img alt="Discord" src="https://img.shields.io/discord/1053041544845861015?label=Discord&color=blueviolet">
</a>
</div>
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
## Little Lines คืออะไร
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
Littles Lines คือระบบนำทางสำหรับล้อขนาดเล็ก ไม่ว่าจะเป็นวีลแชร์ กระเป๋าเดินทาง รถเข็นเด็ก นอกจากนี้ยังสามารถใช้นำทางสำหรับการเดินเท้าไปยังที่ต่าง ๆ ได้อีกด้วย โดยเว็บแอปที่ เขียนด้วย Vue นี้จะนำข้อมูลจาก OpenStreetMap มาใช้ในการคำนวณเส้นทางและแสดงผลให้ผู้ใช้ต่อไป
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
## การมีส่วนร่วมกับโปรเจกต์
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
คุณสามารถสนับสนุนโปรเจกต์นี้ได้ผ่านหลากหลายช่องทาง ไม่ว่าจะเป็น
- นำเสนอไอเดีย หรือส่ง Feedback ใน Discord ของเรา
- เพิ่มข้อมูลที่จำเป็นสำหรับการนำทางลงในแพลตฟอร์ม OpenStreetMap
- ร่วมพัฒนาตัวเว็บแอป Little Lines เอง
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
## การติดตั้ง
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
สำหรับการพัฒนาด้วย NPM
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
```
$ git clone https://gitlab.com/openKMITL/micromobility-navigation.git
$ cd micromobility-navigation
$ npm i
$ npm run dev
```
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
สำหรับการพัฒนาด้วย Yarn
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
```
$ git clone https://gitlab.com/openKMITL/micromobility-navigation.git
$ cd micromobility-navigation
$ yarn
$ yarn dev
```
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
สำหรับ Production ด้วย Podman/Docker
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
```
$ 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
```
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
## Special Thanks
2023-07-20 07:28:02 +00:00
2023-08-24 10:00:00 +00:00
<div style="display: flex; justify-content: center; align-items: center;">
<a href="https://discord.gg/6aPemyuSzx">
<img src="assets/openKMITL-Community.png" alt=openKMITL" height="40">
<a/>
<a href="https://techtransthai.org">
<img src="assets/ttt-org-wide-grey.svg" alt="TTT Logo" height="45">
<a/>
</div>