Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

pinpt/blog-template

Repository files navigation

Pinpoint Blog Template

Welcome to your Pinpoint application.

Deploy to Pinpoint

Deploy the app to Pinpoint using the following command:

npm run deploy
# or
yarn deploy

Automatic Deployment with GitHub Actions

If you navigate to the dashboard and go to Settings and API Keys, generate a new API Key (must not be readonly). Copy the key value and create a GitHub Secret named PINPOINT_API_KEY with the value. Now, each time you merge your code to master, it will automatically deploy your site changes.

Preview Live on Stackblitz

Preview the app live on StackBlitz:

Open in StackBlitz

Deploy to Vercel

Deploy the app using Vercel:

Deploy with Vercel

Deploy to Netlify

Deploy the app using Netlify:

Deploy with Netlify

How to use

Execute create-pinpoint-app with npm or Yarn to bootstrap the example:

npx create-pinpoint-app
# or
yarn create pinpoint-app