https://github.com/fox-one/pando-leaf-web
pando-web-project.
https://github.com/fox-one/pando-leaf-web
Last synced: over 1 year ago
JSON representation
pando-web-project.
- Host: GitHub
- URL: https://github.com/fox-one/pando-leaf-web
- Owner: fox-one
- License: agpl-3.0
- Created: 2021-03-04T08:57:36.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-20T03:09:37.000Z (over 2 years ago)
- Last Synced: 2025-01-17T13:32:39.565Z (over 1 year ago)
- Language: Vue
- Size: 4.28 MB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Pando Leaf Web
> Pando Leaf web based on Vue & Vuetify and Nuxt.js
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
## Crowdin
1. install crowdin-cli
```bash
$ npm install -g crowdin-cli
```
2. init crowdin project to create `crowdin.yaml`
```bash
$ crowdin init
```
3. remove access token from `crowdin.yaml`
edit `crowdin.yaml` and remove your token from `api_token` field.
4. edit the `crowdin.yaml` and add source and translation destination
please check out the yaml file content
5. sync translations
```bash
# upload
$ crowdin upload -T $CROWDIN_PERSONAL_TOKEN
# download
$ crowdin download -T $CROWDIN_PERSONAL_TOKEN
```