A beautiful Landing Page for Neuebrutalism
npm install framer-motion
tailwind.config.js
Add the following animations to your tailwind.config.js
file:
/** @type {import('tailwindcss').Config} */
module.exports = {
theme: {
extend: {
keyframes: {
blink: {
"0%, 100%": { opacity: "1" },
"50%": { opacity: "0" },
},
},
animation: {
"cursor-blink": "blink 1s step-end infinite",
},
},
},
}
If you have already used our Marqueen Component, Please skip this step
Build, deploy, and scale your applications with
modern developer tools and workflows.
Powerful command-line interface for efficient workflows
RESTful APIs with comprehensive documentation
Stream logs directly to your terminal
$0
npm install @company/basic
$49
npm install @company/pro
Custom
npm install @company/enterprise
Best developer experience I've ever had.
Simplified our entire deployment process.
The CLI is incredibly intuitive.