Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/likecoin/nft-book-press
https://github.com/likecoin/nft-book-press
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/likecoin/nft-book-press
- Owner: likecoin
- Created: 2023-04-28T18:05:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-18T08:40:29.000Z (21 days ago)
- Last Synced: 2024-10-19T13:49:34.323Z (20 days ago)
- Language: Vue
- Homepage: https://likecoin.github.io/nft-book-press/
- Size: 121 MB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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.