Getting started > Quick start
How to setup your project in 2 minutes.
Create a Suncel project with one command line, you will be able to select between the available starters.
npx create-suncel-appOnce your starter is installed, you must setup the Suncel env variable.
To do it, update the .env of the project with the API Key provided in your Dashboard.

NEXT_PUBLIC_SUNCEL_KEY= ...
SUNCEL_REVALIDATE_SECRET= ...