/demo-project-92

caisy demo project with nextjs

Primary LanguageTypeScriptMIT LicenseMIT

Caisy demo project with NextJS

Deploy with Vercel

ENV File

.env.sample >> .env.local

To deploy, this two environment variables are required:

CAISY_ID=xxx
CAISY_API_KEY=xxx

in vercel or in your local .env.local

DEVELOPMENT

  1. Coding Style
  • Prefix Interfaces with I
  • Prefix StyledComponents with S
  • Prefix StyledComponents CSS snippets that are exported with CSS
  1. Plop introduction

Generate new Component

yarn plop fc ImageWithText

Generate new Style for Component

yarn plop s ImageWithText Headline