Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/likecoin/nft-book-press


https://github.com/likecoin/nft-book-press

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# LikeCoin NFT Book Press

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install
```

## Development Server

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

```bash
yarn dev
```

Run in production config:
```bash
yarn dev:production
```

## Production

Build the application for production:

```bash
yarn build:production
```

Locally preview production build:

```bash
yarn preview
```

### Static Site

Build the application for static site hosting (e.g. Netlify):

```bash
yarn generate:production
```

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