Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/radyakaze/persona-tree-permission


https://github.com/radyakaze/persona-tree-permission

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# Persona Dashboard with Nuxt 3 Starter

![persona dashboard starter](assets/images/screenshot.png "Persona starter for admin dashboard")

Look at the [Nuxt 3 documentation](https://v3.nuxtjs.org) and [Persona documentation](https://privy-open-source.github.io/design-system) to learn more.

## 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/docs/deployment) for more information.