Get started in three steps
Step 1: Install the CLI
Install ecge CLI
Install ecge CLI
Install the ecge command-line tool globally:Verify the installation:
Initialize a new project
Initialize a new project
Create a new project directory and initialize it:This scaffolds a new project with the default configuration.
Step 2: Configure your project
Set up your environment
Set up your environment
Open
ecge.config.json and configure your project:- Set the
namefield to your project name. - Configure your
environmentsettings for dev, staging, and production. - Add any API keys or secrets to your
.envfile.
Start the dev server
Start the dev server
Run the local development server:Your project will be available at
http://localhost:3000.Step 3: Deploy
Deploy to production
Deploy to production
- Commit and push your changes to your repository.
- Run
ecge deployor connect your repo for automatic deployments. - Your project will be live in moments.
Next steps
Configuration
Learn about all available project settings.
Project structure
Understand how ecge organizes files and routes.
Code examples
Add syntax-highlighted code blocks to your pages.
API reference
Explore the ecge REST API.
Need help? Check the full documentation or reach out to support.