https://github.com/prismicio-community/nuxt-starter-prismic-glideai
  
  
    A dark, modern, website template powered by Nuxt and Prismic 
    https://github.com/prismicio-community/nuxt-starter-prismic-glideai
  
gsap nuxt nuxt-template prismic tailwindcss typescript vue
        Last synced: 2 months ago 
        JSON representation
    
A dark, modern, website template powered by Nuxt and Prismic
- Host: GitHub
 - URL: https://github.com/prismicio-community/nuxt-starter-prismic-glideai
 - Owner: prismicio-community
 - License: apache-2.0
 - Created: 2025-01-07T10:28:17.000Z (10 months ago)
 - Default Branch: master
 - Last Pushed: 2025-02-12T15:51:16.000Z (9 months ago)
 - Last Synced: 2025-02-12T16:32:27.627Z (9 months ago)
 - Topics: gsap, nuxt, nuxt-template, prismic, tailwindcss, typescript, vue
 - Language: Vue
 - Homepage: https://prismic-demo-glideai.nuxt.dev
 - Size: 31.2 MB
 - Stars: 4
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-nuxt - Glide.ai
 
README
          [][course-youtube]
# Glide.ai - Dark, modern, website template
- [Live demo][live-demo]
- [Play on Stackblitz][stackblitz-demo]
- [Learn how to build this website on YouTube][course-youtube]
- Documentations: [Nuxt](https://nuxt.com), [Prismic](https://prismic.io/docs/nuxt-3-setup), [Tailwind CSS](https://tailwindcss.com/docs/styling-with-utility-classes), [GSAP](https://gsap.com/docs/v3)
[][nuxthub-deploy]
## Quick Start
```bash [Terminal]
npx nuxi@latest init -t github:prismicio-community/nuxt-starter-prismic-glideai#HEAD glideai
```
To get your own Prismic repository instance and start managing your own content, also run:
```bash [Terminal]
cd glideai
npx @slicemachine/init@latest
```
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev
```
## Production
Build the application for production:
```bash
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build
# bun
bun run build
```
Locally preview production build:
```bash
# npm
npm run preview
# pnpm
pnpm run preview
# yarn
yarn preview
# bun
bun run preview
```
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
## License
```
Copyright 2013-2025 Prismic  (https://prismic.io)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
[live-demo]: https://prismic-demo-glideai.nuxt.dev
[stackblitz-demo]: https://stackblitz.com/github/prismicio-community/nuxt-starter-prismic-glideai
[nuxthub-deploy]: https://hub.nuxt.com/new?repo=prismicio-community/nuxt-starter-prismic-glideai
[course-youtube]: https://www.youtube.com/watch?v=EmvCh7Jb0Mw