Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxtlabs/mdc-api
https://mdc.nuxt.dev
https://github.com/nuxtlabs/mdc-api
Last synced: 3 months ago
JSON representation
https://mdc.nuxt.dev
- Host: GitHub
- URL: https://github.com/nuxtlabs/mdc-api
- Owner: nuxtlabs
- Created: 2022-05-13T11:07:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T09:35:06.000Z (over 1 year ago)
- Last Synced: 2024-04-22T01:56:21.401Z (7 months ago)
- Language: TypeScript
- Size: 286 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDC API
https://mdc.nuxt.dev
Learn more about the [MDC Syntax](https://content.nuxtjs.org/guide/writing/mdc).
## 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.