Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tcastanie/wacky-planets

Quick SPA using module Nuxt I18n, for fun
https://github.com/tcastanie/wacky-planets

i18n nuxt spa

Last synced: 12 days ago
JSON representation

Quick SPA using module Nuxt I18n, for fun

Awesome Lists containing this project

README

        

# Wacky planets

## Setup

```bash
pnpm install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
pnpm run dev
```

## Production

Build the application for production:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```