mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-10 06:54:26 +00:00
update readme
This commit is contained in:
parent
7a1ac02c99
commit
00a1d07ae2
1 changed files with 9 additions and 31 deletions
38
README.md
38
README.md
|
@ -6,10 +6,7 @@
|
||||||
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">
|
<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">
|
<img alt="License: AGPLv3" src="https://shields.io/badge/License-AGPLv3-blueviolet.svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://gitlab.com/openKMITL/micromobility-navigation/-/pipelines">
|
<img alt="Service Status" src="https://status.techtransthai.org/api/badge/7/status">
|
||||||
<img alt="Build Status" src="https://gitlab.com/openkmitl/micromobility-navigation/badges/main/pipeline.svg">
|
|
||||||
</a>
|
|
||||||
<img alt="Service Status" src=" https://status.techtransthai.org/api/badge/7/status">
|
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,11 +17,11 @@
|
||||||
|
|
||||||
<a href="https://little-lines.techtransthai.org">เข้าใช้งานเว็บแอป</a>
|
<a href="https://little-lines.techtransthai.org">เข้าใช้งานเว็บแอป</a>
|
||||||
•
|
•
|
||||||
<a href="https://gitlab.com/openKMITL/micromobility-navigation/-/wikis/home">เอกสาร</a>
|
<a href="https://codeberg.org/TechTransThai/little-lines/wiki">เอกสาร</a>
|
||||||
|
|
||||||
<h5>ร่วมพูดคุยกับเรา:</h5>
|
<h5>ร่วมพูดคุยกับเรา:</h5>
|
||||||
<a href="https://discord.gg/6aPemyuSzx">
|
<a href="https://discord.gg/3tRdRE3tGv">
|
||||||
<img alt="Discord" src="https://img.shields.io/discord/1053041544845861015?label=Discord&color=blueviolet">
|
<img alt="Discord" src="https://img.shields.io/discord/1222303235814199306?label=Discord&color=blueviolet">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -44,37 +41,18 @@ Littles Lines คือระบบนำทางสำหรับล้อข
|
||||||
สำหรับการพัฒนาด้วย NPM
|
สำหรับการพัฒนาด้วย NPM
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone https://gitlab.com/openKMITL/micromobility-navigation.git
|
$ git clone https://codeberg.org/TechTransThai/little-lines.git
|
||||||
$ cd micromobility-navigation
|
$ cd little-lines
|
||||||
$ npm i
|
$ npm i
|
||||||
$ npm run dev
|
$ npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
สำหรับการพัฒนาด้วย Yarn
|
|
||||||
|
|
||||||
```
|
|
||||||
$ git clone https://gitlab.com/openKMITL/micromobility-navigation.git
|
|
||||||
$ cd micromobility-navigation
|
|
||||||
$ yarn
|
|
||||||
$ yarn dev
|
|
||||||
```
|
|
||||||
|
|
||||||
สำหรับ Production ด้วย Podman/Docker
|
สำหรับ Production ด้วย Podman/Docker
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone https://gitlab.com/openKMITL/micromobility-navigation.git
|
$ git clone https://codeberg.org/TechTransThai/little-lines.git
|
||||||
$ cd micromobility-navigation
|
$ cd little-lines
|
||||||
$ podman build -t littlelines:20230720 .
|
$ podman build -t littlelines:20230720 .
|
||||||
$ podman run --name littlelines -p 8080:80 -d littlelines:20230720
|
$ podman run --name littlelines -p 8080:80 -d littlelines:20230720
|
||||||
```
|
```
|
||||||
|
|
||||||
## Special Thanks
|
|
||||||
|
|
||||||
<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>
|
|
Loading…
Reference in a new issue