Step 1 - Create a project
System Requirements
Getting Started
Create your project
Use the command line to create a project directory using our template. In this
tutorial, we will use the name lightyear-integrations
for the project, but you
can choose any name you like for your project.
Install dependencies
Change to the newly created project directory and use your preferred package manager to install the project packages.
Sign Up
Create your lightyear account using the command line.
This will create a .env
file in your project root with your credentials.
If you already have an account, you can use the login command instead.
Run the development server
Once you have installed the project dependencies and authenticated with the platform, you can start the development server by running the following command:
Once the development server is running, it will automatically deploy your integrations whenever you make changes to the source code. This allows you to see your changes in real-time and quickly iterate on your integrations as you develop them.