Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/thombruce.github.io
https://github.com/thombruce/thombruce.github.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thombruce/thombruce.github.io
- Owner: thombruce
- Created: 2024-04-19T22:56:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T01:08:38.000Z (3 months ago)
- Last Synced: 2024-10-17T19:22:47.231Z (2 months ago)
- Language: TypeScript
- Size: 3.54 MB
- Stars: 0
- 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.nuxt.com/) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## 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://nuxt.com/docs/getting-started/deployment) for more information.