https://github.com/atinux/content-starter-2
https://github.com/atinux/content-starter-2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/content-starter-2
- Owner: atinux
- Created: 2022-10-05T08:54:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T09:25:33.000Z (over 3 years ago)
- Last Synced: 2025-02-14T09:43:08.594Z (11 months ago)
- Language: TypeScript
- Size: 434 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content v2 Minimal Starter
Look at the [Content documentation](https://content-v2.nuxtjs.org/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```
## Production
Build the application for production:
```bash
npm run build
```
Locally preview production build:
```bash
npm run preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment) for more information.