Welcome to your Pinpoint application.
Deploy the app to Pinpoint using the following command:
npm run deploy
# or
yarn deploy
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 the app live on StackBlitz:
Deploy the app using Vercel:
Deploy the app using Netlify:
Execute create-pinpoint-app
with npm or Yarn to bootstrap the example:
npx create-pinpoint-app
# or
yarn create pinpoint-app