https://github.com/baroshem/nuxt3-algolia-storyblok
Nuxt 3 starter with Algolia, Storyblok, and Indexer
https://github.com/baroshem/nuxt3-algolia-storyblok
Last synced: 3 months ago
JSON representation
Nuxt 3 starter with Algolia, Storyblok, and Indexer
- Host: GitHub
- URL: https://github.com/baroshem/nuxt3-algolia-storyblok
- Owner: Baroshem
- Created: 2022-01-27T08:32:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T20:03:48.000Z (over 2 years ago)
- Last Synced: 2025-02-28T21:09:05.846Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.55 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 with Storyblok CMS and Algolia Search (incl. automatic indexing)
This is a demo repository for an article in Dev.to.
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).