https://github.com/james2doyle/language-cards
A small flash card app to help learn common phrases in different languages
https://github.com/james2doyle/language-cards
Last synced: 5 months ago
JSON representation
A small flash card app to help learn common phrases in different languages
- Host: GitHub
- URL: https://github.com/james2doyle/language-cards
- Owner: james2doyle
- Created: 2022-04-23T22:04:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T05:57:37.000Z (over 4 years ago)
- Last Synced: 2025-05-29T15:17:41.492Z (about 1 year ago)
- Language: Vue
- Homepage: https://language-cards.j2d.workers.dev/
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# language-cards
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
# build for cloudflare worker deploy
$ mv wrangler.toml.example wranger.toml
$ NITRO_PRESET=cloudflare npm run build
$ wrangler publish
```
For detailed explanation on how things work, check out the [documentation](https://v3.nuxtjs.org).