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.
- Host: GitHub
- URL: https://github.com/bproto/registrar-ui-template
- Owner: bproto
- Created: 2023-06-22T15:58:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T17:11:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T02:52:16.741Z (over 1 year ago)
- Topics: crypto-dns, nuxt3, registrar, template
- Language: Vue
- Homepage: https://www.bproto.io
- Size: 506 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.