https://github.com/maximoospital/translator
Real-Time "translating" toy based on a random twitter user's made up cypher. VueJS.
https://github.com/maximoospital/translator
Last synced: 3 months ago
JSON representation
Real-Time "translating" toy based on a random twitter user's made up cypher. VueJS.
- Host: GitHub
- URL: https://github.com/maximoospital/translator
- Owner: maximoospital
- Created: 2024-08-12T01:31:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T12:30:52.000Z (about 1 year ago)
- Last Synced: 2025-09-04T19:36:13.560Z (9 months ago)
- Language: Vue
- Homepage: http://maximoospital.xyz/translator/
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Example
Deploy your [Nuxt](https://nuxt.com) project to Vercel with zero configuration.
[](https://vercel.com/new/clone?repository-url=https://github.com/vercel/vercel/tree/main/examples/nuxtjs&template=nuxtjs)
_Live Example: https://nuxtjs-template.vercel.app_
Look at the [Nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment#presets) for more information.