Getting Started
This guide provides a comprehensive overview of how to integrate Core into your existing development workflow. Core is a high-performance developer tool designed for modern engineering teams.
Prerequisites
Before you begin, ensure you have the following requirements met:
- Node.js version 18.0 or higher
- Access to the terminal or command line
- A valid API key from your Core dashboard
Quick Start
Follow these steps to initialize your project with Core CLI:
- Install the CLI: Download and install the core package globally using your package manager.
- Authentication: Log in to your account to synchronize your local environment.
- Initialize: Run the initialization command in your project root directory.
#Install core globally
$npm install -g @core/cli
#Initialize project
$core init my-awesome-project
Configuration
Core uses a central core.config.js
file to manage all your tool settings. You can customize behaviors, plugins, and deployment
targets here.
For advanced setup options, refer to our Full Configuration Guide.