An open API service indexing awesome lists of open source software.

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

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
```