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...
- Host: GitHub
- URL: https://github.com/leonardssh/helloworld-3.0
- Owner: leonardssh
- License: mit
- Created: 2022-07-28T08:52:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T16:01:51.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T02:49:23.974Z (12 months ago)
- Homepage: https://www.helloworld3.org
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.