https://github.com/bencodezen/sanity-nuxt-events
Events with Nuxt.js
https://github.com/bencodezen/sanity-nuxt-events
Last synced: 6 months ago
JSON representation
Events with Nuxt.js
- Host: GitHub
- URL: https://github.com/bencodezen/sanity-nuxt-events
- Owner: bencodezen
- Created: 2021-07-17T19:33:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T19:34:06.000Z (over 4 years ago)
- Last Synced: 2025-03-21T13:56:33.706Z (10 months ago)
- Language: Vue
- Size: 418 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Events with Nuxt.js
_Data-driven conference website in Vue.js. Speakers, sessions, and scheduling._
Deployed from [sanity.io/create](https://www.sanity.io/create/?template=sanity-io%2Fsanity-template-nuxt-events).
## What you have
- An event page with [Nuxt.js](https://nuxtjs.org/)
- Structured content using [Sanity.io](https://www.sanity.io)
- Global deployment on [Netlify](https://netlify.com)
## Quick start
1. Clone this repository
2. `npm install` in the project root folder on local
3. `npm run dev` to start the studio and frontend locally
- Your studio should be running on [http://localhost:3333](http://localhost:3333)
- Your frontend should be running on [http://localhost:3000](http://localhost:3000)
4. `npm run build` to build to production locally
## Deploy changes
Netlify automatically deploys new changes commited to master on GitHub. If you want to change deployment branch, do so in [build & deploy settings on Netlify](https://www.netlify.com/docs/continuous-deployment/#branches-deploys).
## Get help
[](https://slack.sanity.io/)
Join [Sanity’s developer community](https://slack.sanity.io) or ping us [on twitter](https://twitter.com/sanity_io)