.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
- Coding Style
- Prefix Interfaces with I
- Prefix StyledComponents with S
- Prefix StyledComponents CSS snippets that are exported with CSS
- Plop introduction
Generate new Component
yarn plop fc ImageWithText
Generate new Style for Component
yarn plop s ImageWithText Headline