https://github.com/one-bit-myanmar/sarrmal-web
frontend for sarrmal food recommender for diabiets
https://github.com/one-bit-myanmar/sarrmal-web
vuejs
Last synced: 4 months ago
JSON representation
frontend for sarrmal food recommender for diabiets
- Host: GitHub
- URL: https://github.com/one-bit-myanmar/sarrmal-web
- Owner: One-Bit-Myanmar
- Created: 2024-08-21T18:56:00.000Z (almost 2 years ago)
- Default Branch: app
- Last Pushed: 2024-08-30T17:25:21.000Z (almost 2 years ago)
- Last Synced: 2025-12-10T03:40:14.766Z (7 months ago)
- Topics: vuejs
- Language: Vue
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sarrmal-app-web
## Clone the repo
```
git clone https://github.com/One-Bit-Myanmar/sarrmal-web.git
```
## Open project
```
cd sarrmal-web
cp .env.example .env
```
## Edit env
```
VUE_APP_API_BASE_URL=https://www.onebitmyanmar.site/api
```
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).