https://github.com/strapi/strapi-template-event-vercel
Template to create Strapi projects pre-configured for event using the Vercel Event kit
https://github.com/strapi/strapi-template-event-vercel
Last synced: 10 months ago
JSON representation
Template to create Strapi projects pre-configured for event using the Vercel Event kit
- Host: GitHub
- URL: https://github.com/strapi/strapi-template-event-vercel
- Owner: strapi
- License: mit
- Created: 2021-02-10T11:17:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T09:57:55.000Z (about 5 years ago)
- Last Synced: 2025-04-19T07:59:18.737Z (about 1 year ago)
- Language: JavaScript
- Size: 17.8 MB
- Stars: 24
- Watchers: 14
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# strapi-template-event-vercel
A Strapi template to create Strapi projects pre-configured to work with [Vercel's Virtual Event Starters Kit](https://vercel.com/virtual-event-starter-kit).
## Usage
```bash
# Using Yarn
yarn create strapi-app my-app-name --template https://github.com/strapi/strapi-template-event-vercel
# Or using NPM
npx create-strapi-app my-app-name --template https://github.com/strapi/strapi-template-event-vercel
```