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

https://github.com/leonardssh/helloworld-3.0

Let's create a better world...
https://github.com/leonardssh/helloworld-3.0

Last synced: 12 months ago
JSON representation

Let's create a better world...

Awesome Lists containing this project

README

          

# HelloWorld 3.0

Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.

The project is deployed with zero config via [Vercel](https://vercel.com). Pushing to master will update the live page.

PRs welcome!

## Setup

Make sure to install the dependencies:

```bash
yarn install
```

## Development Server

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn build
```

Locally preview production build:

```bash
yarn preview
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.