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

https://github.com/dpanel-id/modernjs-example

Modern.js Deployment to VPS
https://github.com/dpanel-id/modernjs-example

deployment javascript vps vps-panel vps-setup

Last synced: about 1 month ago
JSON representation

Modern.js Deployment to VPS

Awesome Lists containing this project

README

          

# Modern.js App

## Setup

Install the dependencies:

```bash
pnpm install
```

## Get Started

Start the dev server:

```bash
pnpm dev
```

Enable optional features or add a new entry:

```bash
pnpm new
```

Build the app for production:

```bash
pnpm build
```

Preview the production build locally:

```bash
pnpm serve
```

For more information, see the [Modern.js documentation](https://modernjs.dev/en).