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

https://github.com/bproto/registrar-ui-template

A template for a standardized Nuxt 3 website to buy/register domains and subdomains of a Bproto Zone contract.
https://github.com/bproto/registrar-ui-template

crypto-dns nuxt3 registrar template

Last synced: 4 months ago
JSON representation

A template for a standardized Nuxt 3 website to buy/register domains and subdomains of a Bproto Zone contract.

Awesome Lists containing this project

README

          

## Setup

Make sure you have nodejs installed (>= v.16):

```bash
node -v
```

Setup the project specifications you want:

### Basic
```bash
yarn setup
```

If you want to use the standard BProto color scheme just put "".

## Development Server

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

```bash
yarn dev
```

## Production

Build the application for production:

```bash
yarn run build
```

Locally preview production build:

```bash
yarn run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.