https://github.com/likecoin/nft-book-press
https://github.com/likecoin/nft-book-press
nft nuxt3 publishing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/likecoin/nft-book-press
- Owner: likecoin
- Created: 2023-04-28T18:05:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T19:44:25.000Z (about 1 year ago)
- Last Synced: 2025-04-19T07:51:48.061Z (about 1 year ago)
- Topics: nft, nuxt3, publishing
- Language: Vue
- Homepage: https://publish.liker.land
- Size: 119 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Liker Land 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.