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

https://github.com/avasdao/studio

Nexa Builder Studio
https://github.com/avasdao/studio

blockchain devops devops-platform devops-tools

Last synced: 5 days ago
JSON representation

Nexa Builder Studio

Awesome Lists containing this project

README

          

# NEXA.js Vue + TypeScript Boilerplate

Look at the [NEXA.js documentation](https://docs.nexajs.org) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## 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
```

Check out the [deployment documentation](https://docs.nexajs.org/deployment) for more information.